ember-data-table
ember-data-table copied to clipboard
Upgrade to V2 addon and fix bugs + add enhancements
An example test-app using rawDataTable. Uses basics sorting, filtering and pagination.
includes bug fixes and extra features mentioned in the docs, but that were not implemented fully yet.
Rewrites/fixes old tests to the new ember-data-table.
Converts the app the a V2 addon:
-
npm installin the root -
npm run buildin /addon (ornpm start, see the scripts in package.json) -
npm startin /test-app to run the dummy app and tests (so just like before).