Typescript datatable for React Material-UI

johnb8005

John B

Posted on June 8, 2020

Typescript datatable for React Material-UI

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!

💖 💪 🙅 🚩
johnb8005
John B

Posted on June 8, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related