VuetableFieldCheckboxMixin
This mixin serves as a base for checkbox component. It will keep track of selected row(s) by storing/removing
"Row Identity" key in selectedTo data property of Vuetable.
Mixins
Properties
Inherits from VuetableFieldMixin
Methods
toggleCheckbox
params:
dataItemevent
**returns:
noneusage:
Handles checkbox input of each row data in the table body
Delegates to
onCheckboxToggledmethod inVuetable.
toggleAllCheckbox
params:
event
**returns:
noneusage:
Handles checkbox input in the table header.
Delegates to
onCheckboxToggledAllmethod inVuetable.
isSelected
params:
rowData
returns:
Booleanusage:
Check if this row data is already selected.
Delegates to
isSelectedRowmethod inVuetable.
isAllItemsInCurrentPageSelected
params:
nonereturns:
Booleanusage:
Check if all row data in this page is already selected.