I am having a requirement of table inline editing, I need to allow the user to edit row wise from one cell to other by pressing tab (and the previous cell content should be saved when user moved from one cell to another cell by pressing tab)
Is there any solution to add multiple event to
const cellEditProp = {
mode: ['click','keydown','keypress']
};
If we achieve this it will a big help to user without using mouse he can edit the table with in less time
Thanks in advance