Hi,
I still need help with this please....
FYI I managed to open the editor in single click mode :)
api.on('select-row', ({ id }) => {
// Trigger the 'open-editor' action on single-click
if (valuesToEdit === null) {
api.exec('open-editor', { id });
}
return false;
});
however, yeah I need to prevent being able to select other rows while the editor is open still as I want to display a message saying they have unsaved changes.