Our blazing fast Grid component built with pure JavaScript


Post by alex.l »

Could you please attach a complete code that we can use to reproduce that? I see search box on the screenshot, but why your code snippet is about cellEditor? Where this code is placed?

All the best,
Alex


Post by syless »

Sorry for the late reply.

I attached the code snippet.

Let me know If you need more.

Thank you.

Attachments
code.txt
(4.74 KiB) Downloaded 18 times

Post by alex.l »

Ok, I see now. Editing takes place in a third-party modal, you changed record directly. So you have to take care about reverting these changes. As example, keep old value and change it back or use https://bryntum.com/products/grid/docs/api/Core/data/Model#function-revertChanges

All the best,
Alex


Post Reply