Custom CSS class that should be added to the th
tag(s) of this column in the table header
The definition of 0 or more html filter templates that should be rendered for this column in the table header
Supplies the ISelectOption
s that can be used in a html filter template for this colums.
At the creation of the NgTableParams
this field will be called and the result then assigned
to the data
field of this column.
The name of the data row field that will be used to group on, or false when this column does not support grouping
The url of a custom html template that should be used to render a table header for this column
The text that should be used as a tooltip for this column in the table header
Determines whether this column should be displayed in the table
The name of the data row field that will be used to sort on, or false when this column does not support sorting
The title of this column that should be displayed in the table header
An alternate column title. Typically this can be used for responsive table layouts where the titleAlt should be used for small screen sizes
Generated using TypeDoc
The definition of the column supplied to a ngTableDynamic directive.