-
Notifications
You must be signed in to change notification settings - Fork 2k
Column Options
jbruni edited this page Dec 2, 2012
·
25 revisions
Options which you can apply to the columns objects.
| Option | Default | Description |
|---|---|---|
| cssClass | ”” | |
| defaultSortAsc | true | |
| editor | null | The editor for cell edits {TextEditor, IntegerEditor, DateEditor…} See slick.editors.js |
| field | ”” | The property name in the data object to pull content from |
| focusable | ||
| formatter | null | |
| headerCssClass | null | |
| id | ”” | A unique identifier for the column within the grid |
| maxWidth | null | |
| minWidth | 30 | |
| name | ”” | The text to display on the column heading |
| rerenderOnResize | false | |
| resizable | true | |
| selectable | ||
| sortable | false | |
| toolTip | ”” | |
| width |
Resources
- API Reference
- Grid
- Grid Options
- Column Options
- Grid Events
- DataView
- Examples
- Providing data to the grid
- Plugins & Third-party packages
Learning
Tests
Contact/Support