This namespace contains table specific functions.
- Source:
Namespaces
Methods
-
(static) InitTableFilter($FilterInput, $Container, ColumnNumber, HideEmptyContainers)
-
This function initializes a filter input field which can be used to dynamically filter a table or a list with the class TableLike (e.g. in the admin area overviews).
Parameters:
Name Type Description $FilterInputjQueryObject Filter input element. $ContainerjQueryObject Table or list to be filtered. ColumnNumberNumber | String Only search in thsi special column of the table (counting starts with 0). HideEmptyContainersBoolean hide containers of type .WidgetSimple which don't contain any search results. - Source: