Grid Columns / Show and Hide Columns

Column:
Theme

Description

This example demonstrates show/hide columns API of the ShieldUI Grid. Particular column of the grid can be hide by calling .hideColumn(columnField) function. Respectively to show hidden column you can call .showColumn(columnField) function. You can find the gridData.js file content here: gridData.js

Was this example useful?