w2grid.getCellCopy

Returns the content of a cell.
getCellCopy(ind, col_ind)
ind integer, index of the record
col_ind integer, index of the column
Returns string, cell content.

Description

The method returns the content of a given cell, similar to .getCellHTML(), however any HTML tags are stripped from the result. It is possible to overwrite this method with a custom one.
If you have grid defined in the following way: You can get the cell content:

User Comments

comments powered by Disqus