w2grid.getColumnCellHTML

Returns HTML of a grid column cell.
getColumnCellHTML(i)
i integer, index of the column
Returns string, HTML text.

Description

The method is used internally to generate HTML for a single column cell. If a column is hidden, it will not be in final HTML. It is possible to overwrite this method with a custom one.
If you have grid defined in the following way: You can get columns HTML:

User Comments

comments powered by Disqus