Move filter selector to header-box

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-09-06 19:51:25 -03:00
parent 3235056d31
commit 3ef30992c5
3 changed files with 25 additions and 24 deletions
-7
View File
@@ -335,7 +335,6 @@ function initTable() {
],
dom:
"<'row'<'col-sm-6'l><'col-sm-6'f>>" +
"<'#filter'>" +
"<'row'<'col-sm-3'B><'col-sm-9'p>>" +
"<'row'<'col-sm-12'<'table-responsive'tr>>>" +
"<'row'<'col-sm-3'B><'col-sm-9'p>>" +
@@ -384,12 +383,6 @@ function initTable() {
input.setAttribute("spellcheck", false);
}
table.on("init", function () {
// Put the type filter div into Datatables "DOM"
$("#filter").append($("#filter_types_group"));
$("#filter_types_group").show();
});
table.on("init select deselect", function () {
utils.changeBulkDeleteStates(table);
});