A duration to wait for the user to stop typing before applying the filter.
ISettings.dataset
argument is
supplied to NgTableParams.settings
.The number of elements up to which a managed inmemory array is considered small. Defaults to 10000.
Overrides IDefaultGetDataProvider.filterFilterName
.
The value supplied should be the name of the angular $filter
service that will be selected to perform
the actual filter logic.
Defaults to 'filter'.
Tells IDefaultGetData
to use this function supplied to perform the filtering instead of selecting an angular $filter.
The layout to use when multiple html templates are to rendered in a single table header column.
Generated using TypeDoc
Use this to determine how items are matched against the filter values. This setting is identical to the
comparator
parameter supported by the angular$filter
filter serviceDefaults to
undefined
which will result in a case insensitive susbstring match whenIDefaultGetData
service is supplying the implementation for theISettings.getData
function