w2grid.showColumn

Shows a column or columns.
showColumn(field, [field], ...)
field string, field name of the column
Returns integer.

Description

Makes a column or columns shown 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 shows that were previously hidden.
If you have following grid: You can show columns by:

User Comments

comments powered by Disqus