-
-
Notifications
You must be signed in to change notification settings - Fork 19
Column Picker
Ghislain B edited this page Jun 1, 2022
·
4 revisions
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.
To enable/disable the Column Picker, simply call the enableColumnPicker
flag in the Grid Options (enabled by default).
this.gridOptions = {
enableColumnPicker: true,
// you can also enable/disable options and also use event for it
columnPicker: {
hideForceFitButton: true,
hideSyncResizeButton: true,
onColumnsChanged: (e, args) => {
console.log('Column selection changed from Column Picker, visible columns: ', args.visibleColumns);
}
},
}
Contents
- Aurelia-Slickgrid Wiki
- Installation
- Styling
- Interfaces/Models
- Testing Patterns
- Column Functionalities
- Global Grid Options
- Localization
- Events
- Grid Functionalities
- Auto-Resize / Resizer Service
- Resize by Cell Content
- Add/Delete/Update or Highlight item
- Dynamically Change Row CSS Classes
- Column Picker
- Composite Editor Modal
- Context Menu
- Custom Tooltip
- Excel Copy Buffer
- Export to Excel
- Export to File (CSV/Txt)
- Grid Menu
- Grid State & Presets
- Grouping & Aggregators
- Header Menu & Header Buttons
- Header Title Grouping
- Pinning (frozen) of Columns/Rows
- Row Colspan
- Row Detail
- Row Selection
- Tree Data Grid
- SlickGrid & DataView objects
- Addons (controls/plugins)
- Backend Services