Allow more rows per page on Videos table

node-20
Moe 2023-09-20 12:23:42 -07:00
parent 01f498c89d
commit 3a3e75c9b8
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ $(document).ready(function(e){
}, },
pagination: true, pagination: true,
search: true, search: true,
pageList: [10, 25, 50, 100, 1000, 2000],
columns: [ columns: [
{ {
field: 'mid', field: 'mid',