core/data-grid/data-grid.model.ts
Describes the interface of the data grid.
Properties |
actionControls |
actionControls:
|
Type : ActionControl[]
|
Individual action controls. |
bulkActionControls |
bulkActionControls:
|
Type : BulkActionControl[]
|
Bulk action controls. |
columns |
columns:
|
Type : Column[]
|
The list of columns. |
displayOptions |
displayOptions:
|
Type : DisplayOptions
|
Data grid display options. |
headerActionControls |
headerActionControls:
|
Type : HeaderActionControl[]
|
Optional |
Header action controls. |
pagination |
pagination:
|
Type : Pagination
|
Pagination object. |
rows |
rows:
|
Type : Row[]
|
The list of items. |
selectable |
selectable:
|
Type : boolean
|
Whether items are selectable. |
selectionPrimaryKey |
selectionPrimaryKey:
|
Type : string
|
The name of the primary key property. |
serverSideDataCallback |
serverSideDataCallback:
|
Type : ServerSideDataCallback
|
A callback function to fetch server data. |