Returns true whenever a call to getData
is in progress
The page size buttons that should be displayed. Each value defined in the array
determines the possible values that can be supplied to NgTableParams page
An array that contains all the data rows that table should manage.
The gateData
function will be used to manage the data rows
that ultimately will be displayed.
The default sort direction that will be used whenever a sorting is supplied that does not define its own sort direction
The function that will be used fetch data rows. Leave undefined to let the IDefaultGetData
service provide a default implementation that will work with the dataset
array you supply.
Typically you will supply a custom function when you need to execute filtering, paging and sorting on the server
The function that will be used group data rows according to the groupings returned by NgTableParams group
The collection of interceptors that should apply to the results of a call to
the getData
function before the data rows are displayed in the table
Configuration for the template that will display the page size buttons
Configuration for the template that will display the page size buttons
The html tag that will be used to display the sorting indicator in the table header
The total number of data rows before paging has been applied. Typically you will not need to supply this yourself
Generated using TypeDoc
Configuration settings for NgTableParams