Virtual Pagination
options: {
pagination:{
virtual: true
}
}
.VueTables__wrapper {
max-height: 500px; // or whatever suits your needs
overflow-y: scroll;
}Last updated
options: {
pagination:{
virtual: true
}
}
.VueTables__wrapper {
max-height: 500px; // or whatever suits your needs
overflow-y: scroll;
}Last updated