w2grid.update

Updates specified cells
update(cells)
cells array of objects, optional cells to update
Returns time it took to update (in milliseconds).

Description

If called without arguments, it will update entire grid, but without full refresh. The update funtion will transform data through renderers, if any defined for the cell, it will also keep selection and add custom styles if any.
If you have following grid: You can update specific cells this way:

User Comments

comments powered by Disqus