Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableConfig

An config containing properties for table

Hierarchy

Index

Properties

Optional appliedFilters

appliedFilters: Filter[]

A list of the currently applied filters

Optional dragEnabled

dragEnabled: boolean

Enable drag and drop. Default is false

Optional emptyStateConfig

emptyStateConfig: EmptyStateConfig

A config containing properties for empty state when no rows are available

Optional hideClose

hideClose: boolean

Set to true to hide the close button in the expansion area. Default is false

Optional paginationConfig

paginationConfig: PaginationConfig

A config containing properties for pagination

Optional showCheckbox

showCheckbox: boolean

Show checkbox for selecting rows. Default is true

Optional styleClass

styleClass: string

Custom CSS theme for underlying ngx-datatable

Optional toolbarConfig

toolbarConfig: ToolbarConfig

A config containing properties for toolbar

Optional useExpandRows

useExpandRows: boolean

Allow expansion for each row

Generated using TypeDoc