Offir Golan

Results 156 comments of Offir Golan

I definitely understand the need for this use case but the current implementation and how the CPs are structured, this wouldn't be a simple task. Once I have some time,...

Im not exactly sold on the idea that this should be part of this library. I feel like we provide enough state properties such as `isValidating` and `isValid` (or `isTruelyValid`),...

Hmmmmm I see your point. So this leads to two questions: 1. When is this flag turned on 2. When/how is this flag turned off

Maybe the best way to go about this is (if you have some spare time) to create this feature and open a PR and we can discuss from there :smile_cat:

@luxferresum I think this solution is too messy and very error prone. I really dont like the whole passing the owner around to different files and private classes. I need...

@billdami this is something that needs to be implemented correctly and optimally or it could have some detrimental affect on the performance of the overall table component. I'll take a...

@billdami can you share some of your code on how you are handling the row selected state? Maybe we can find a better way and if not, we can discuss...

@billdami I'm sorry for the delay! Been a bit preoccupied with some other tasks. I've been thinking about this for some time now, but I really dont think there is...

The row object is actually an object proxy. If a selected property is present in the content ( i.e. Your model), then it will use that. All you would have...

> adding action(s) that are fired when a row or rows selection states changes, do you think thats something worth adding I dont think thats a bad idea. I'll try...