w2grid.getCellValue

Returns parse value for the cell.
getCellValue(index, column_index, [summary], [extra])
index integer, record index in the records or summary array
column_index integer, column index in the columns array
summary boolean, optional indicates if to render summary record
extra boolean, optional returns object with extra information instead of a primitive value
Returns text.

Description

The first argument index is the index of the record in the .records array (or .summary array, if summary argument is true). The second argument column_index is the index in the .columns array. This method will return parsed value.
If you have grid defined in the following way: You can get cell HTML:

User Comments

comments powered by Disqus