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
Is your feature request related to a problem? Please describe.
It would be helpful to be able to deselect one or more specific rows from the DataTable, rather than all of them (which is the current behavior of deselect).
Describe the solution you'd like
To allow for the user to specify one or more rowIndex they would like to deselect from the table.
Describe alternatives you've considered
Directly modifying the DOM gets very messy very fast.
Additional context
Separately, the documentation for DataTable should be updated to include the deselect method, even if no functionality is added.
The text was updated successfully, but these errors were encountered:
It would appear that the table requires Vue version 2.6.1 as a minimum possible due to vuejs/vue#9330 as nothing else looks like it would impact on this issue 2.6.0 - 2.6.1
Is your feature request related to a problem? Please describe.
It would be helpful to be able to deselect one or more specific rows from the
DataTable
, rather than all of them (which is the current behavior ofdeselect
).Describe the solution you'd like
To allow for the user to specify one or more
rowIndex
they would like to deselect from the table.Describe alternatives you've considered
Directly modifying the DOM gets very messy very fast.
Additional context
Separately, the documentation for
DataTable
should be updated to include thedeselect
method, even if no functionality is added.The text was updated successfully, but these errors were encountered: