react-bootstrap-table/react-bootstrap-table2

Load editor renderer by default

Open

#964 opened on 2019年6月3日

GitHub で見る
 (7 comments) (1 reaction) (0 assignees)JavaScript (1,249 stars) (415 forks)batch import
cell-editorhelp wanted

説明

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?

コントリビューターガイド