processListBoxData
Function
Definition
Package:@progress/kendo-react-listbox
Processes the data collections based on the clicked ListBoxToolbar tool.
Parameters:listBoxOneDataany[]
The first data collection.
listBoxTwoDataany[]The second data collection. Pass an empty array if there is only one ListBox.
toolNamestringThe tool that was clicked.
selectedFieldstringThe field that contains the selected information in the data object.
Returns:{ listBoxOneData: any[]; listBoxTwoData: any[] }
- The object that contains the new data collections.