This commit is contained in:
@@ -575,6 +575,7 @@ export default {
|
||||
Limit: 5,
|
||||
Offset: 0
|
||||
};
|
||||
|
||||
//calculate paging based on settings
|
||||
const { page, itemsPerPage } = vm.dataTablePagingOptions;
|
||||
if (itemsPerPage && itemsPerPage > 0) {
|
||||
|
||||
Reference in New Issue
Block a user