This repository was archived by the owner on Jun 28, 2021. It is now read-only.
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
DataTable ability to only have sort feature on columns with sortFunction applied. Not on IconButton. #478
Open
Description
I've built out a DataTable, and my very last column is a IconButton that is an action button. Similar to how Google does inbox. However when I apply sort to the columns, when I click the action button, the table wants to sort by the action button column. This is bad!
Feature should be that when I apply a sort function to the TableHeader... that's when the sort ability should apply. BUT NOT to ever column header. That way I can add this button, and it won't sort it when I click it.
Metadata
Metadata
Assignees
Labels
No labels