ember-data-table icon indicating copy to clipboard operation
ember-data-table copied to clipboard

Upgrade to V2 addon and fix bugs + add enhancements

Open x-m-el opened this issue 8 months ago • 0 comments

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:

  1. npm install in the root
  2. npm run build in /addon (or npm start, see the scripts in package.json)
  3. npm start in /test-app to run the dummy app and tests (so just like before).

x-m-el avatar May 28 '25 10:05 x-m-el