Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Column Picker

Ghislain B edited this page Nov 20, 2017 · 3 revisions

Column Picker

Enable by default and provides the list of available fields by simply doing a right+click over any column header, you can then hide/show the column(s) you want.

Grid Options

To enable/disable the Column Picker, simply call the enableColumnPicker flag in the Grid Options (enable by default).

this.gridOptions = {
  enableColumnPicker: true
}

Sample

Column Picker

Contents

Clone this wiki locally