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