Options
All
  • Public
  • Public/Protected
  • All
Menu

Display Options toggle visibility of UI elements. If the elements are hidden using the false value, the functionality is also disabled.

Hierarchy

  • TableDisplayOptions

Index

Properties

bulk: boolean

Show/Hide the option to select the entire dataset

columnDefaultWidth: number

Global max width for columns - can be overridden using TableColumn

filterAction: boolean

Show/Hide the button next to the search input field

filterSearch: boolean

Show/Hide the search input field

filters: boolean

Show/Hide filter chips

footer: boolean

Show/Hide entire table footer

header: boolean

Show/Hide entire table header

noDataOverride: TemplateRef<unknown>

Override the default no data screen

pageIndex: boolean

Show/Hide the page index next to the MatPaginator

pagination: boolean

Show/Hide the MatPaginator

paginationPageSize: boolean

Show/Hide the MatPaginator page size

paginationRange: boolean

Show/Hide the MatPaginator page range

paginationRangeLabel: boolean

Show/Hide the MatPaginator range label

selections: boolean

Show/Hide the ability to select rows

settings: boolean

Show/Hide the button to toggle table settings

Generated using TypeDoc