debug the excel reports
This commit is contained in:
@@ -491,11 +491,9 @@ $(document).bind('click', function (e) {
|
||||
{
|
||||
text: '<div class="btn-table-filter"><div class="d-flex flex-column"><i class="fa mb-2 fa-filter icon-color"></i> فیلترینگ پیشرفته</div></div>',
|
||||
action: function (e, dt, node, config) {
|
||||
if ($(".parent-filter").css("display") == "none") {
|
||||
$(".parent-filter").css("display", "block");
|
||||
} else if ($(".parent-filter").css("display") != "none") {
|
||||
$(".parent-filter").css("display", "none");
|
||||
}
|
||||
topPosition = $(e.target).parents('.btn-table-filter').offset().top + $(e.target).parents('.btn-table-filter').height() + 5
|
||||
$(".parent-filter").css('top', topPosition);
|
||||
$(".parent-filter").css("display", "block");
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user