The augmented data row array displayed by the table.
Note: this array is made available to the table templete as the $data
field
Alias for the types that can be used to filter events
The augmented grouped data row array displayed by the table
Note: this array is made available to the table templete as the $groups
field
ngTable: Table + Angular JS ngTable: Table + Angular JS ngTable: Table + Angular JS
Directive that instantiates NgTableController.
One-way data binds the $columns array generated by ngTable/ngTableDynamic to the specified expression. This allows the $columns array created for the table to be accessed outside of the html table markup.
Implementation of the IDefaultGetData interface
A dynamic version of the ngTable directive that accepts a dynamic list of columns definitions to render
directive that renders the filter header row for a table
directive that renders the group header row for a table
Directive that renders the table pagination controls
Takes the array returned by $column.filterData and makes it available as $selectData
on the $scope
.
The resulting $selectData
array will contain an extra item that is suitable to represent the user
"deselecting" an item from a <select>
tag
This directive is is focused on providing a datasource to an ngOptions
directive
directive that renders the sorting header row for a table
Default values for ngTable
Generated using TypeDoc
The scope available to a table column getter