DEV Community

Discussion on: React - how to create dynamic table

Collapse
 
hasnaindev profile image
Muhammad Hasnain

That ain't difficult, you just have to manipulate the data structure using selectors, a selector library like re-select to be more specific and run a sort method on the array.