New to Kendo UI for Vue? Start a free 30-day trial
getSelectedState
Get selected state from the component selection event.
Parameters
options
{ dataItemKey: string; event: TableSelectionChangeEvent; selectedState: {[id: string]: boolean | number[]}; }
Returns
{[id: string]: boolean | number[]}
- The new selected state.