You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using this data table on multiple pages of my app, and in some places, I need to use multiple selection, while in others, I don't. When I use v-model:items-selected="itemsSelected", I am getting the multiple selection checkboxes on all the pages where I have used my data table component (I have created a generic datatable component where I have used the vue3-easy-data-table.). Is there any way I can dynamically tell the data table when I want multiple selection and when I don't?
This is my DataTable.vue component
This is what I want (Check for multipleSelectionAllowed prop)
The text was updated successfully, but these errors were encountered:
I have been using this data table on multiple pages of my app, and in some places, I need to use multiple selection, while in others, I don't. When I use
v-model:items-selected="itemsSelected"
, I am getting the multiple selection checkboxes on all the pages where I have used my data table component (I have created a generic datatable component where I have used the vue3-easy-data-table.). Is there any way I can dynamically tell the data table when I want multiple selection and when I don't?This is my DataTable.vue component
This is what I want (Check for multipleSelectionAllowed prop)
The text was updated successfully, but these errors were encountered: