w2grid.hideColumn

Hides a column or columns.
hideColumn(field, [field], ...)
field string, field name of the search
Returns integer.

Description

Makes a column or columns hidden in the .columns array. The column is identified by the .field property, which is a required property for each column object. The method returns the number of columns it hides that were previously shown.
If you have following grid: You can hide columns by:

User Comments

comments powered by Disqus