Order sync table by State > User > Title
This commit is contained in:
@@ -2,7 +2,7 @@ sync_table_options = {
|
|||||||
"processing": false,
|
"processing": false,
|
||||||
"serverSide": false,
|
"serverSide": false,
|
||||||
"pagingType": "bootstrap",
|
"pagingType": "bootstrap",
|
||||||
"order": [ 0, 'desc'],
|
"order": [ [ 0, 'desc'], [ 1, 'asc'], [2, 'asc'] ],
|
||||||
"pageLength": 25,
|
"pageLength": 25,
|
||||||
"stateSave": true,
|
"stateSave": true,
|
||||||
"language": {
|
"language": {
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th align='left' id="state">State</th>
|
<th align='left' id="state">State</th>
|
||||||
<th align='left' id="username">Username</th>
|
<th align='left' id="user">User</th>
|
||||||
<th align='left' id="title">Title</th>
|
<th align='left' id="title">Title</th>
|
||||||
<th align='left' id="type">Type</th>
|
<th align='left' id="type">Type</th>
|
||||||
<th align='left' id="platform">Platform</th>
|
<th align='left' id="platform">Platform</th>
|
||||||
|
Reference in New Issue
Block a user