This namespace contains table specific functions.
- Source:
Namespaces
Methods
-
(static) InitTableFilter($FilterInput, $Container, ColumnNumber)
-
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 $FilterInput
jQueryObject Filter input element. $Container
jQueryObject Table or list to be filtered. ColumnNumber
Number | String Only search in thsi special column of the table (counting starts with 0). - Source: