ember-table
ember-table copied to clipboard
I have some custom cell components that renders different colors and labels depending on the current row value. It renders just fine but when I sort the table data the...
We recently updated ember-table to the latest version (3.0.1 we also tried 3.0.2-2) and saw that `lastReached` keeps firing until all the rows are shown. This only seems to happen...
When trying to render the following table: ```js columns = [ { name: "id", valuePath: "id", }, { name: "value path with dot", valuePath: "a.b", }, ]; rows = [...
Embroider now throws an error if the string passed to hbs is not a string literal. ``` Build Error (OneShot) ember-table/components/-private/row-wrapper.js: /Users/akatz/Source/project-repo-root/ember-table/components/-private/row-wrapper.js: hbs accepts only a string literal argument (This...
For ember-tr and ember-td minimize CPs. This minimizes the watchers that need to be maintained.
When right scrollbar appears, resize columns a tiny bit to prevent bottom scrollbar from appearing. Only applies when user has "scrollbars always on" enabled in OS settings. ## Before ![20210324...
The SSL cert for https://opensource.addepar.com/ember-table/docs may be expired. I am not able to access the website from my work laptop (though I am able to from my personal).
This is resolved in v5: https://github.com/simplabs/ember-test-selectors/blob/master/CHANGELOG.md
When ember-table occludes table rows, screen readers can have difficulty understanding the table since all the rows are not present in the DOM. We can help them out by providing...