Zach McGonigal

Results 22 comments of Zach McGonigal

Closed because it was fixed? If we have to use the workaround it should be documented before the issue is closed, right?

manually calling `start` in the `init` handler of my own controllers/components worked as well

``` hbs {{#netuitive-table-new model=model columns=columns as |ntn|}} {{#light-table ntn.table tableActions=(hash checkAll=(action 'checkAll')) as |t|}} {{t.head onColumnClick=(action ntn.onColumnClick) iconAscending='fa fa-sort-asc' iconDescending='fa fa-sort-desc' }} {{t.body canSelect=false}} {{/light-table}} {{/netuitive-table-new}} ``` `netuitive-table-new` simply takes...

Do you know off the top of your head where in the codebase it creates and renders each invisible component? I've poked through it quite a bit and I'm not...

Ok, I actually extended that component and the `light-table` component to reference my extended one which removed all references to `yield` for kicks and giggles and didn't notice any performance...

Still seeing the very long columns when profiling your demo page. The table seems fast despite the columns but I think you really start feeling the pain when you have...

@taras I think something like smoke-and-mirrors would be great although I do believe that the project is planning on dropping support for tables for the 1.0 release. Regardless, the columns...

Does updating also mean including closure actions?

@miguelcobain if you can describe how you would best like to see that implemented, I'll give a stab at a PR. I know you like the ember-actions(?) addon that you're...