Ziad Jeeroburkhan
Ziad Jeeroburkhan
Nice move that will also enable autocompletion for the grid options when the editor supports it.
I've struggled with this before and wrote this little function to take care of it all: ``` function kgClearSelection(data, selectedItems) { for(var i = 0; i < selectedItems().length; i++) selectedItems()[i].__kg_selected__...
Thanks, your solution saved my day!
Not so perfect
Can you post some sample code to better illustrate the issue? As for the alpha branch I'm not sure I'll need one since I'm not really planning to add any...
Ok, thanks for the update @kailashsingh . I'll make the necessary changes when time permits.
That's one of the things I wanted to do for a long time. I haven't prioritized it because I've already made sure ALL subscriptions within any observable array item are...
Enabling the bubble theme would also be quite helpful since it only shows the toolbar when needed
May be consider using [Supabase](https://supabase.io/) instead which claims to be an open-source alternative to Firebase. The [Vue demo](https://github.com/supabase/supabase/tree/master/examples/vue3-ts-todo-list) is written in Typescript and supports [type generation](https://supabase.io/docs/reference/javascript/generating-types).
I'm thinking of creating a fullscreen canvas in the background where arrow links from all the node canvases would be drawn. I'm going to have to be able to access...