Interface StyleOptions

Type interface of Table-style specific options.

Hierarchy

  • StyleOptions

Properties

borderless?: boolean

The table is rendered without border styling. Good for embedding in other containers.

Default

false

roundedCorners?: boolean

If enabled, table and its components will have rounded corners calculated from theme's spacing.

Default

true

statusBar?: boolean

Settings for status bar (bottom bar). Set to false, to hide the status bar.

Default

true

theme?: ThemeOptions

All theme related options like colors and spacing

titleBar?: boolean

Settings for title bar (top bar). Set to false, to hide the title bar.

Default

true

Generated using TypeDoc