RedHeadphone / react-json-grid

🔄 Effortlessly transform complex nested JSON into grid tables
https://npmjs.com/package/@redheadphone/react-json-grid
MIT License
18 stars 4 forks source link

Adding Sorting by Column Value #5

Closed RedHeadphone closed 7 months ago

RedHeadphone commented 1 year ago

Currently, the react-json-grid project lacks the ability to sort data by column value, limiting its usability for scenarios requiring data organization. This issue aims to enhance the project by introducing a sorting feature. When users click on a column header, the grid should rearrange rows based on the values in that column, improving data exploration and analysis.

Expected Features:

This feature will greatly enhance the React JSON Grid Library's functionality, making it more versatile and user-friendly.