MaterialDataTable - Is a table with paging for React and Material-UI.
Install.
- meteor npm i react react-komposer material-ui --save
- meteor add lawrentiy:material-data-table
- See example folder for usecase
Its only first step now. I
m use it in my projects successful. And it will more powerful and usefull.
The main idea - to solve standart task:
Display to users tabled data with filter, pagination and action buttons(add, edit, delete).
TODO:
- Don`t show all fields from schema.
- Customize rows
- All action buttons (add, edit, delete)
- Customizible filter
- Use not only publications and subscriptions
- ... add your ideas, i`m open to great features
lawrentiy(gmail)com