ColumnPicker
Feature
Displays a column picker (to show/hide columns) in the header context menu. Columns can be displayed in sub menus by region or tag. Grouped headers are displayed as menu hierarchies.
This feature is enabled by default.
See also
- HeaderMenu - Header context menu
- hidden - Per-column visibility config
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Groups columns in the picker by region (each region gets its own sub menu)
-
Groups columns in the picker by tag, each column may be shown under multiple tags. See tags
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ColumnPicker class, or subclass thereof.
-
Identifies an object as an instance of ColumnPicker class, or subclass thereof.
Functions
Functions are methods available for calling on the class-
buildColumnMenu( )private
Traverses columns to build menu items for the column picker.
-
getColumnDragToolbarItems( )private
Supply items to ColumnDragToolbar
-
refreshTagMenu( )private
Refreshes checked status for a tag menu. Needed since columns can appear under multiple tags.