A set of React Datatable base on Facebook's FixedDataTable
- lazy loading
- multiple selection
- async column sorting
- proportional width
- async filtering
- loading progress
- no data custom message
npm installEvery time something changes in /src, you need to run:
npm run buildIn the dist folder you'll find the library that includes the DropdownList and DataTable components
To see the examples in action, run the following command:
npm run examplesOpen the following page in the browser: http://localhost:8118/examples