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 have an ember-table where I need to compute the selected row based off of the current route (because the table serves as the master in a master/detail view layout)....

I have a simple table with children like shown in the docs: https://opensource.addepar.com/ember-table/docs/guides/body/rows-and-trees. What I expected was the table with grouping and dropdown carat to indicate the expand / collapse...

Hi, I have need for an ember table which uses an equal-column fill mode on a percentage basis, e.g.: ['100px', '100px', '200px'] and inserting a new element with width ['100px']...

Hi there, ember-table is awesome btw. We current have the million row table problem so we have implemented pagination to control filtering and sorting of the table by calling lastReached...

Hi, I'm looking for a way to have paging and sorting accessible via query params (for navigation purposes (back button)). For paging I got this working now, but the sorting...

Right now when i'm trying to search using the browser(Ctrl + F or Cmd + F) for all elements on the table even those how are not rendered yet, it...

Hi, I'm seeing reports of this error from our app: ``` loop count exceeded guard while distributing width ``` I tracked it down to these line in ember-table: https://github.com/Addepar/ember-table/blob/a323756dd350b866dc1acffbf4c0da02df4b411d/addon/-private/column-tree.js#L459-L461 This...

Hey, why don't we import the ResizeSensor at table-sticky-polyfill like every module? Why: https://github.com/Addepar/ember-table/blob/204315adfb7a98cf0be6f8428818b37a57e34895/addon/-private/sticky/table-sticky-polyfill.js#L1 instead of ```javascript import { ResizeSensor } from "css-element-queries"; ``` Best regards!

![image](https://user-images.githubusercontent.com/1826498/131998303-3d460223-1199-4fe9-b8a7-64503dc4507e.png) As you can see the results on the image, the cell are not resize if nowrap css attribute is set

i'm having trouble to run yarn start from the master branch. > Cannot find module 'ember-cli-version-checker' > Require stack: > - /Users/user/OpenSourceRepos/ember-table/index.js > - /usr/local/lib/node_modules/ember-cli/lib/models/package-info-cache/package-info.js > - /usr/local/lib/node_modules/ember-cli/lib/models/package-info-cache/index.js > -...