Skip to content

TableFieldOptions🔗

Constructor🔗

TableFieldOptions()

Methods🔗

build🔗

Builds the object.

def build() -> common.TableFieldOptions

align🔗

def align(align: common.FieldTextAlignment) -> typing.Self

cell_options🔗

def cell_options(cell_options: common.TableCellOptions) -> typing.Self

display_mode🔗

This field is deprecated in favor of using cellOptions

def display_mode(display_mode: common.TableCellDisplayMode) -> typing.Self

filterable🔗

def filterable(filterable: bool) -> typing.Self

hidden🔗

?? default is missing or false ??

def hidden(hidden: bool) -> typing.Self

hide_header🔗

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

def hide_header(hide_header: bool) -> typing.Self

inspect🔗

def inspect(inspect: bool) -> typing.Self

min_width🔗

def min_width(min_width: float) -> typing.Self

width🔗

def width(width: float) -> typing.Self

See also🔗