2.13.4 • Published 7 years ago

ember-material-table v2.13.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

Demo