react-data-table-component
react-data-table-component copied to clipboard
Client Side Sorting with Custom UI: Need sorting done on client side, but the UI to be customizable
Custom UI for sorting
Is there any way to trigger client side sorting using a dropdown like this in the UI? Since I have less rows in my table, server side sorting would be an overhead. Currently the only way to enable sorting is using the column headers.