w2grid.getCellEditable

Returns null or the editable object if the given cell is editable.
getCellEditable(ind, col_ind)
ind integer, index of the record
col_ind integer, index of the column
Returns null or object.

Description

The method returns null or the editable object if the given cell is editable. It is possible to overwrite this method with a custom one.
If you have grid defined in the following way: You can get the editable object:

User Comments

comments powered by Disqus