react-mdl icon indicating copy to clipboard operation
react-mdl copied to clipboard

DataTable ability to only have sort feature on columns with sortFunction applied. Not on IconButton.

Open chrisbull opened this issue 8 years ago • 0 comments

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.

chrisbull avatar Mar 09 '17 20:03 chrisbull