move pager to top of table
This commit is contained in:
@@ -662,3 +662,8 @@ form .clearfix.success input {
|
|||||||
div.nd_clear-both {
|
div.nd_clear-both {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.nd_datatables-pager {
|
||||||
|
float: left;
|
||||||
|
margin-left: 50px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ $(document).ready(function() {
|
|||||||
"processing": true,
|
"processing": true,
|
||||||
"stateSave": true,
|
"stateSave": true,
|
||||||
"pageLength": [% settings.table_pagesize %],
|
"pageLength": [% settings.table_pagesize %],
|
||||||
|
"sDom": '<"top"l<"nd_datatables-pager"p>f>rt<"bottom"><"clear">',
|
||||||
|
// "pagingType": "full_numbers",
|
||||||
"language": {
|
"language": {
|
||||||
"search": '_INPUT_',
|
"search": '_INPUT_',
|
||||||
"searchPlaceholder": 'Filter records...'
|
"searchPlaceholder": 'Filter records...'
|
||||||
|
|||||||
Reference in New Issue
Block a user