mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix advanced operationsbar overlapping when multiple tables exists.
This commit is contained in:
parent
272d64b0b2
commit
9e3b17c65d
@ -290,7 +290,7 @@ $.fn.datatables_extended_serverside_paging = function (settings, url, dataFilter
|
||||
/**
|
||||
* append advance operations to list table toolbar
|
||||
*/
|
||||
$('.dataTable.list-table').closest('.dataTables_wrapper').find('.dataTablesTop .dataTables_toolbar').html(
|
||||
table.closest('.dataTables_wrapper').find('.dataTablesTop .dataTables_toolbar').html(
|
||||
getAdvanceToolBar()
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user