You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect onSort, sortColumn, sortDirection to be passed on to the supplied HeaderRenderer by SortableHeaderCell to allow custom implementation of marking/triggering sort. However it seems like the current implementation of SortableHeaderCell does not allow us to customize the sorting functionality like, say, changing the way the sort state (ASC/DESC/NONE) is indicated.
Is this going to change, or is there a workaround/way to do it in the current canary?
The text was updated successfully, but these errors were encountered:
I would expect
onSort, sortColumn, sortDirection
to be passed on to the supplied HeaderRenderer by SortableHeaderCell to allow custom implementation of marking/triggering sort. However it seems like the current implementation of SortableHeaderCell does not allow us to customize the sorting functionality like, say, changing the way the sort state (ASC/DESC/NONE) is indicated.Is this going to change, or is there a workaround/way to do it in the current canary?
The text was updated successfully, but these errors were encountered: