Peter
Peter
Sorry for the delay here. We would also like to be able to limit/filter the final positions. As more of a nice to have, it would be great if we...
This also adds a sort of proposal for adding an `onCellClicked` function to the custom cell renders. I feel like that makes sense for handling custom logic such as the...
This is something you can implement yourself using the existing API. I built a version of this for a project, and just posted a pared down example in #358. https://user-images.githubusercontent.com/94077014/171967439-0a3a2193-eef4-4c4b-aff9-ee0dced9f462.mp4...
We're just looking into adding search now and these proposed improvements sound great to us. 🙂 Just to confirm: by passing in `onSearchUpdate` and its corresponding `getCurrentResults()` function, that would...
In my quick test `onCellsEdited` gets called for both `onPaste` and `fillHandle`
Any chance that customizing results and/or filtering the rows down to just matches are coming soon? We're currently looking into those additions and right now (as far as I can...
I took at stab at the above in two branches in my fork: - [tree-in-situ-onCellClicked](https://github.com/pzcfg/glide-data-grid/tree/tree-in-situ-onCellClicked) adds `onCellClicked` directly in the example story, but this requires managing the depth and collapsing...
We're running into this issue as well with actioncable and would appreciate some help with this. We have a similar `delete_subscription(sid)` call ``` def unsubscribed @subscription_ids.each { |sid| MySchema.subscriptions.delete_subscription(sid) }...
It seems like this may need to be fixed in the layer library itself https://github.com/everweij/react-laag/issues/92
I can take a look at writing this with the new `onClick` event soon-ish. In your case @rickarubio, if you don't need the nested levels (just one top level of...