constantin-p / cp-react-tree-table

A fast, efficient tree table component for ReactJS.
https://constantin.software/cp-react-tree-table
MIT License
94 stars 27 forks source link

Search, sort, custom filter options is not there!! #41

Closed AjayShivanagol closed 2 years ago

constantin-p commented 2 years ago

Sorting/filtering or any other data manipulation operations can be achieved externally by operating on the tree data and passing the updated version as a new TreeState value on the TreeTable instance.