The widest the column will be auto-sized to.
Set up a clipping region around each column before painting cells. This will be interpretted differently by grid painters according to their algorithm
Set up a clipping region around each column before painting cells. This will be interpretted differently by grid painters according to their algorithm
Whether to automatically expand column width to accommodate widest rendered value.
Whether to automatically expand column width to accommodate widest rendered value.
This default column width is used when width
property is undefined.
(width
is defined on column creation unless defaultColumnAutoSizing has been set to false
.)
This default column width is used when width
property is undefined.
(width
is defined on column creation unless defaultColumnAutoSizing has been set to false
.)
Open cell editor for cell when clicked by mouse
Open cell editor for cell when clicked by mouse
Open cell editor for cell when double clicked by mouse
Open cell editor for cell when double clicked by mouse
Open cell editor for cell when cell gains focus
Open cell editor for cell when cell gains focus
Open cell editor for cell when cell focus and certain keys are pushed down
Open cell editor for cell when cell focus and certain keys are pushed down
Cursor to display when cell editor can be clicked
Cursor to display when cell editor can be clicked
Validation failure feedback.
Validation failure feedback.
Maximum column width. When defined, column width is clamped to this value. Ignored when falsy. Respects resizeColumnInPlace but may cause user confusion when user can't make column narrower due to next column having reached its maximum.
Maximum column width. When defined, column width is clamped to this value. Ignored when falsy. Respects resizeColumnInPlace but may cause user confusion when user can't make column narrower due to next column having reached its maximum.
Minimum column width.
Adjust this value for different fonts/sizes or exotic cell renderers.
The default (5
) is enough room for an ellipsis with default font size.
Minimum column width.
Adjust this value for different fonts/sizes or exotic cell renderers.
The default (5
) is enough room for an ellipsis with default font size.
Column can be sorted with mouse click on column header
Column can be sorted with mouse click on column header
Sort column on double-click rather than single-click.
Sort column on double-click rather than single-click.
Optional
overrideGrid: booleanOptional
overrideGrid: boolean
The widest the column will be auto-sized to.