jbetancur / react-data-table-component

A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
https://react-data-table-component.netlify.app
Apache License 2.0
2.03k stars 409 forks source link

Client Side Sorting with Custom UI: Need sorting done on client side, but the UI to be customizable #1236

Open Meenakshi-10 opened 3 months ago

Meenakshi-10 commented 3 months ago

Custom UI for sorting

image

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.