hello, i'm using in-built editor to update some attr in row,but i found
api.on("editor", (ev) => {
console.log(ev)
});
it only has value in ev object, but i wanna update this value to server,so i need get some other attr like id in row,but i can not get it,so how can i realise it,can you show me a example?
maybe custom editor is a choice in document ,but i found it will automatically lost focus,when i focus on Textarea (in "@svar-ui/svelte-core") element