I have overwritten the checkbox provided to load a custom toggler using the Editor renderer.
But the issue is that since "mode" is either "click" or "dbClick" , user will have to click the column twice..on first click the editor renderer will be loaded and second click,editor renderer will toggle the checkbox.
How can I load the editor renderer by default?..i.e without the first click to activate the cell editing.
I have checked all the examples,even the advanced one.Everywhere the user has to first click to initiate the editing since the "mode" is set to "click".Is there a way to trigger the mode?
hello @anuragb26, sorry for lately reply, this requirement was asked before but so far I don't have plan to implement it. I will consider to implement this feature after I get free time. sorry about I'm too busy recently lol
But another question will be how the user perform the saving action? press enter or I need to render a submit button beside the editor? or any idea?
Apologies for the delay in responding.
Save button cab still be set to blurToSave: true from the cellEditFactory or the Press Enter which is the default.
I badly need this feature since I have to show a toggle switch in the columns.This will also be needed for anyone needing a radio button or basically any toggle/untoggle like functionality.If you can suggest a way to acheive this, I would be very grateful to you Sir!
i think for my plan so far will be render a submit button if blurToSave is false.
since I have to show a toggle switch in the columns.This will also be needed for anyone needing a radio button or basically any toggle/untoggle like functionality
sorry, I can't get you

A toggle switch like in the above image which can be clicked to change it's state.Hope it is clear now.
@anuragb26 it's clear now. thx
Any updates on when this functionality would be added? I'd like to be able to render all editable columns in edit mode by default, to spare the users having to click a cell to be able to edit. It also makes it immediately clear which columns can be edited and which are readonly.
I am seriously considering creating a PR for this, but I don't want to overlap with someone that is already doing this. @AllenFang, do you know if there is anyone working on a PR for this?
Thanks in advance.