A default implementation of the getData function that will apply the filter, orderBy and
paging values from the NgTableParams instance supplied to the data array supplied.
A call to this function will:
total of the NgTableParams instance suppliedConvenience function that this service will use to apply paging to the data rows.
Returns a slice of rows from the data array supplied and sets the NgTableParams.total()
on the params instance supplied to data.length
Returns a reference to the function that this service will use to filter data rows
Returns a reference to the function that this service will use to sort data rows
Generated using TypeDoc
A default implementation of the getData function that will apply the
filter,orderByand paging values from the NgTableParams instance supplied to the data array supplied.A call to this function will:
totalof theNgTableParamsinstance supplied