-
-
Notifications
You must be signed in to change notification settings - Fork 120
Column Picker
Ghislain B edited this page Nov 20, 2017
·
3 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 (enable by default).
this.gridOptions = {
enableColumnPicker: true
}
Contents
- Angular-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
- Composite Editor
- Context Menu
- Custom Tooltip
- Add/Delete/Update or Highlight item
- Dynamically Change Row CSS Classes
- Excel Copy Buffer
- Export to Excel
- Export to File (CSV/Txt)
- Grid State & Presets
- Grouping & Aggregators
- Row Detail
- SlickGrid Controls
- SlickGrid Plugins
- Pinning (frozen) of Columns/Rows
- Tree Data Grid
- SlickGrid & DataView objects
- Addons (controls/plugins)
- Backend Services