Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom headerRenderer does not receive props to implement sorting #2065

Closed
ShantanuNair opened this issue Jun 29, 2020 · 1 comment · Fixed by #2204
Closed

Custom headerRenderer does not receive props to implement sorting #2065

ShantanuNair opened this issue Jun 29, 2020 · 1 comment · Fixed by #2204

Comments

@ShantanuNair
Copy link

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?

@nanandn
Copy link

nanandn commented Jul 4, 2020

Will this be supported soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants