[Feature Request] Ability to disable the next/previous buttons of v-data-table
pagination, when an API call is being made to fetch data
#6138
Labels
C: VDataTable
VDatatable
T: enhancement
Functionality that enhances existing features
T: feature
A new feature
Problem to solve
In my app, I want to prevent the user from clicking the
next
button when an API call is in progress.So, I want to disable that button. The
v-pagination
provides this feature,but, the built-in pagination ofv-data-table
does not.I cannot use
v-pagination
because it does not have a dropdown to select the number of rows.Proposed solution
Add a prop that says
disable-action
that prevents the user from changing anything in the action row.The text was updated successfully, but these errors were encountered: