A set of React extended UI components based on Facebook's FixedDataTable and ReactWidgets open-source libraries
- lazy loading
- multiple selection
- async column sorting
- auto width
- percentage column widths
- 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
The Extended FixedDataTable component is based on Facebook's Fixed Data Tables https://github.com/facebook/fixed-data-table, which is licensed BSD
The Extended DropdownList component is based on Jason Quense's React Widgets https://github.com/jquense/react-widgets, which are licensed MIT
