jquery-bootgrid icon indicating copy to clipboard operation
jquery-bootgrid copied to clipboard

Need an "update" method

Open blakemcbride opened this issue 8 years ago • 7 comments

If a row update is needed, one has to: 1. call a rest service to save the change 2. call the "reload" method to re-generate the entire list (through another rest call)

If an "update" method were available one could: 1. call a rest service to save the change 2. update the row locally

This would lead to one less rest call, and less of a screen refresh.

Currently bootgrid has "remove" and "append" methods. Adding an "update" method would round out bootgrid's functionality.

Thank you.

Blake McBride

blakemcbride avatar Jan 14 '16 17:01 blakemcbride

up

jerearaujo03 avatar Jan 24 '16 17:01 jerearaujo03

+1

ksidibe avatar Jan 25 '16 16:01 ksidibe

+1

DanielCasellas avatar Feb 22 '16 20:02 DanielCasellas

+1

dannyrose42 avatar Apr 14 '16 16:04 dannyrose42

+1

jducobu avatar Jul 12 '16 22:07 jducobu

Yes!

joaquinperaza avatar Jul 07 '17 19:07 joaquinperaza

http://gijgo.com/grid/demos/bootstrap-grid-inline-edit

stvowi avatar Sep 23 '17 00:09 stvowi