In the last few months we have worked on a data-table library.
Our main requirements were the following:
- should be UI independent (it works out of the box with material UI)
- fully customizable
- fully typed
- powerful filters
- async (load data asynchronously)
Here's the result
Code: https://github.com/Nexysweb/mui-list-ts/
Demos: https://nexysweb.github.io/mui-list-ts/
NPM package: https://www.npmjs.com/package/@nexys/mui-list
Feedbacks and PR welcome!
Top comments (0)