OTRS API Reference JavaScript

Namespace: Core.UI.Table

Core.UI. Table

This namespace contains table specific functions.
Author:
  • OTRS AG
Source:

Namespaces

Sort

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
$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).
HideEmptyContainers Boolean hide containers of type .WidgetSimple which don't contain any search results.
Source: