forked from mleibman/SlickGrid
-
Notifications
You must be signed in to change notification settings - Fork 1
Column Options
jbruni edited this page Dec 2, 2012
·
3 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 |