Allow more rows per page on Videos table
parent
01f498c89d
commit
3a3e75c9b8
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue