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'm not sure this is possible with your current api. Imagine expanding a row to display a graph of the row values instead of the `rowValue.children`. For example: ``` {{#if...

Hey Team, I'm not able to resize all columns in IE11 and Edge. Only the first column is resizable in IE. You can use the example provided here - https://opensource.addepar.com/ember-table/latest/docs/guides/header/columns...

Team, resize css property doesn't work in IE. any recommendations on how to perform table resize in IE?

I am revisiting #624 as I have found a valid case where this is a problem. If you implement a search combined with the selection behavior, selections will not restore...

Hey Team, Is there any plan to introduce support for LTR launguages? Thanks

There seems to be no v2 equivalent for the the legacy column configuration: ```js // Column cannot be manually resized, but automatically resizes to fill space in the table. canAutoResize:...

Hello, I'm working on updating to the latest beta on npm (4) from commit 600fed454. I initially encountered an error that `'ember-table/utils/tree-node' module could not be found`. I come to...

_Thanks for all the great work on this -- abstracting flexible tables ain't easy._ Currently, the `rowMeta.index` property is only updated [whenever a node is accessed](https://github.com/Addepar/ember-table/blob/3756d030832de0e57d6bc5e25120a59255a47f76/addon/-private/collapse-tree.js). ```js objectAt(index) { //...

Hey Chris, I have a question. I have a basic ember-table execution that loads data as intended, but when I do an onSelect action, it clears out my rows. Is...

Hey! The situation is that I want to be able to sort a date column. It looks like I can do this using `compareFunction` but I then need to implement...