New to Kendo UI for Vue? Start a free 30-day trial

processListBoxData

Process the data collection/s based on the clicked ListBoxToolbar tool.

Parameters

listBoxOneData

any[]

The first data collection.
listBoxTwoData

any[]

The second data collection. Pass an empty array if there is only one ListBox.
toolName

string

The tool that was clicked.
selectedField

string

The field that contains the selected information in the data object.

Returns

{ listBoxOneData: any[]; listBoxTwoData: any[]; }

- The object that contains the new data collections.