config | object | Optional configuration object
- .selectionMatchProp - (string) Property of the items to use for determining matching, default is 'uuid'
- .onCheckBoxChange - ( function(item) ) Called to notify when a checkbox selection changes, default is none
|
dtOptions | object | |
items | array | Array of items to display in the table view.
|
columns | array | Array of table column information to display in the table's header row
- .header - (string) Text label for a column header
- .itemField - (string) Item field to associate with a particular column.
|
actionButtons | array | List of action buttons in each row
- .name - (String) The name of the action, displayed on the button
- .title - (String) Optional title, used for the tooltip
- .actionFn - (function(action)) Function to invoke when the action selected
|
menuActions | array | List of actions for dropdown menu in each row
- .name - (String) The name of the action, displayed on the button
- .title - (String) Optional title, used for the tooltip
- .actionFn - (function(action)) Function to invoke when the action selected
|