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

Results 125 ember-table issues
Sort by recently updated
recently updated
newest added

I noticed an issue using `gte-container-slack` size constraint. New cells are not visible after a column added dynamically to the end of the column list. If you add a new...

I have run across a typing issue when trying to consume the abort helper https://github.com/Addepar/ember-table/pull/918 with a multi select table. It doesn't appear that the typings have been updated: https://github.com/Addepar/ember-table/blob/master/types/components/ember-tbody/component.d.ts...

Using ember-cli 5.5, and creating a new project with the following flags: > ember new --typescript --embroider test-ember-table Gives this error while building the app: ``` Some V1 ember addons...

Its that time again! Building on https://github.com/html-next/vertical-collection/issues/400, I propose a new major version of Ember Table. * [ ] Support Ember 3.28+ * [ ] Support Node 16+ * [...

First let me say that with only having started to use EmberTable a few days ago I am very impressed with the package and its documentation. I followed the very...

``` 44.261Z » TypeError: Cannot read properties of null (reading 'style') at Class.setIncludedInLayout (https://localhost/assets/vendor.js:183484:20) // while caught in the debugger we get... 15:35:24.232 this.element 15:35:24.250 null 15:35:25.496 this.isDestroyed 15:35:25.520 true...

I've been profiling ember-table's performance during a css width transition that causes the table to reflow. There's a lot of work being done for intermediate animation states that just gets...

This deprecation is being thrown when we use an array of ember-data records as rows: _deprecate.js:131 DEPRECATION: The `objectAt` method on the class RecordArray is deprecated. Use the native array...