Skip to content

TableFieldOptionsBuilder🔗

Constructor🔗

new TableFieldOptionsBuilder()

Methods🔗

build🔗

Builds the object.

build()

align🔗

align(align: common.FieldTextAlignment)

cellOptions🔗

cellOptions(cellOptions: common.TableCellOptions)

displayMode🔗

This field is deprecated in favor of using cellOptions

displayMode(displayMode: common.TableCellDisplayMode)

filterable🔗

filterable(filterable: boolean)

hidden🔗

?? default is missing or false ??

hidden(hidden: boolean)

hideHeader🔗

Hides any header for a column, useful for columns that show some static content or buttons.

hideHeader(hideHeader: boolean)

inspect🔗

inspect(inspect: boolean)

minWidth🔗

minWidth(minWidth: number)

width🔗

width(width: number)

See also🔗