ember-cli-ember-table
ember-cli-ember-table copied to clipboard
@intuitivepixel @taras I agree with @ming-codes - 0.1.2 version is broken because everything is written in ES5 style, but "rebuildAntiscroll" method definition has ES6 style. Please, can you make a...
It is currently in `devDependencies`.
FYI. In 0.3.0 when running ember g ember-cli-ember-table: ``` Tag/branch taras/antiscroll#92505e0e0d0ef9383630df509883bce558215b22 does not exist ```
Issue - Row content does not show when height is given to the table component. Steps to reproduce - In tests > dummy > templates > simple.hbs, Add height=400 Height...
Hi, great work on creating this addon. I've tried ember-table with glimmer (and liquid-fire 0.20.0) and it doesn't work yet. I've identified 1 problem in 2 places I was able...
Using ember `1.11.1` many deprecation warnings are thrown. Looks like ~1 per cell / row. `WARNING: Binding style attributes may introduce cross-site scripting vulnerabilities; please ensure that values being bound...
I tried the example given on homepage with the generated rows, and when the number of rows is small enough and there is no scrollbar, the data is not showing....
The example in the dummy app on http://localhost:4200/sort-array-controller doesn't work. For some reason, sorting the content with array controller doesn't update the table. Need to figure this out.
All lumped together but I don't have time right now to split them out. Thought they might be appreciated regardless.