ember-material-table
v2.13.4
Published
Ember Material table with pagination, sorting and filtering
Downloads
6
Maintainers
Readme
Ember-material-table
This is an Ember Addon for table with pagination and sorting.
The Addon is based on the ember-models-table and enable the Google Material Design with material-kit
Pre Install
- ember-cli-sass
Install
ember install ember-material-table
Post Install
Add the following line in your app.scss to import the material table css.
@import "material-table"
Usage
npm i && ember s
Browsing to http://localhost:4200 to see the usage in DEMO app.