Tables
Tyne's tables are based on Tyne's filtering context.
Column headers controllers
Tyne provides the following controllers designed for use in column headers. These usually inherit from a regular filter component and wrap it in a TyneColumnPopoverHeader.
Controller | Usage | Inherits from |
---|---|---|
TyneStringColumnHeader |
Provides a simple text input box for use with string values | TyneStringFilterController |
TyneDateRangeColumnHeader |
Provides a date range picker for min/max DateTime s |
TyneDateRangeFilterController |
TyneSingleSelectBoxColumnHeader |
Provides a dropdown selection box for single select values | TyneSingleSelectBoxFilterController |
TyneSingleSelectRadioColumnHeader |
Provides radio buttons for single select values | TyneSingleSelectRadioFilterController |
TyneMultiSelectBoxColumnHeader |
Provides a dropdown selection box for multi select values | TyneMultiSelectBoxFilterController |
TyneMultiSelectCheckboxColumnHeader |
Provides checkboxes for multi select values | TyneMultiSelectCheckboxFilterController |
See the filtering page for more information about controllers provided for use in filtering contexts.