Indicates if the records should be loaded from the server automatically as user scrolls.
buttons - Object, default see below
Object that contains default toolbar items
Array of column group objects.
Array of column objects.
Displays context menu under specified record.
Indicates if the body of the grid is of fixed height.
getCellValue - getCellValueL(index, column_index, [summary])
Returns parse value for the cell.
The header of the grid.
Indicates if grid should listen to keyboard.
last - Object, default see below
Internal grid's vairables.
limit - Integer, default = 100
Number of records to return from remote data source per attempt.
Indicates if result of the search should be highlighted.
menu - Array, default = []
Array of object for context menu.
method - String, default = null
Overwrites method for ajax requests.
msgAJAXerror - String, default = 'AJAX error. See console for more details.'
Error message when server returns undefined error.
msgDelete - String, default = 'Are you sure you want to delete selected record(s)?'
Confirmation message when user clicks the delete button.
msgNotJSON - String, default = 'Returned data is not in valid JSON format.'
Error message when server does not return JSON structure.
Message that appears when grid refreshes.
Indicates if multi field search is allowed.
Indicates if record multi select is allowed.
Indicates if column multi sort is allowed.
Number of records to skip when retriving records from remote source.
parser - Function, default = null
Function to parse server response.
Map of additional parameter to submit to remove data source.
Array of all ranges defined for the grid.
recid - String, default = null
Name for the recid field in the records array.
Height of the record.
Array of record objects.
Indicates if reordering of columns is allowed.
Indicates if reordering of rows is allowed.
Called to resize grid's elements.
Called to resize grid's records.
Object with data for the route.
Array of search objects (submitted to data source for record filtering).
Array of search objects.
Defines selection type.
show - Object, default - see below
Map of indicators which elements of the grid are visible.
Array of sort objects (submitted to data source for record sorting).
Summary records that displayed on the bottom
Toolbar for the grid.
total - Integer, default = 0
Total number of records.
url - String or Object, default = ''
URL to the remote data source.