@@ -1738,6 +1790,12 @@ export default {
when set to false selection of each item
can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
Callback to invoke when a row is selected with a ContextMenu.
+
row-select
event.originalEvent: Browser event.
event.data: Selected row data.
+ event.index: Row index.
event.type: Type of the selection, valid values are "row", "radio" or "checkbox".
Callback to invoke when a row is selected.
@@ -1949,6 +2016,7 @@ export default {
row-unselect
event.originalEvent: Browser event.
event.data: Unselected row data.
+ event.index: Row index.
event.type: Type of the selection, valid values are "row", "radio" or "checkbox".