Offir Golan
Offir Golan
@plcarmel that's great to hear! Im super excited to see this PR progress 😄
@zardaloop I suggest looking at the [validated-input](https://github.com/offirgolan/ember-cp-validations/blob/master/tests/dummy/app/components/validated-input.js) component in the demo app
@taras I think we can released this now that enableSync has been released. ``` hbs {{light-table (table columns (get data '[]') enableSync=true)}} ```
I think this is a pretty dangerous route since every time the helper will recompute, it will create a new table instance which will reset the table's entire state. That...
@rwwagner90 that would be fantastic! I added a list of tasks I think should be added to the docs. Feel free to take whichever one you are more comfortable with...
@bargar thank you for bringing this to my attention. Ill make sure to add this in the next release cycle.
Hi @panthony! Thanks for all the detail in the issue you opened! Unfortunately, there isnt much I can do from this addon 😞. The reason CPs are dependent on `isDeleted`...
I think a good setup would just be a twiddle with ember-light-table with a basic table and simple data. We shouldnt depend on all those extra dependencies since they could...
Very true! ELT + Mirage twiddle sounds good to me.
@kylemellander PR #4 includes the ability to swipe open / close the menu with some threshold options. The pan gesture might be a bit difficult to do so I will...