Jsgrid: Could I set state editing to all row

Created on 2 May 2017  路  1Comment  路  Source: tabalinas/jsgrid

I need to set state "editing" to all row instead of click on each row to edit. Could I do that.

In my project, there will be a button, if user click on that button, all row in table will set to edting state for edit. Then user will click on "Save button" or "Cancel button".

Thank you.

question

Most helpful comment

JsGrid keeps track of the currently editing row for some operations. You could go around the default behavior but their may be some unintended consequences to doing this. You may be better off coming up with a better UX or workflow. Making everything editing would enlarge the grid. Just my 2 cents.

Edit: see @tabalinas talk about batch editing

>All comments

JsGrid keeps track of the currently editing row for some operations. You could go around the default behavior but their may be some unintended consequences to doing this. You may be better off coming up with a better UX or workflow. Making everything editing would enlarge the grid. Just my 2 cents.

Edit: see @tabalinas talk about batch editing

Was this page helpful?
0 / 5 - 0 ratings

Related issues

git265 picture git265  路  5Comments

aidankilleen picture aidankilleen  路  5Comments

Julian-B90 picture Julian-B90  路  4Comments

venkatesh333 picture venkatesh333  路  4Comments

vahidhiv picture vahidhiv  路  5Comments