DataTables not showing "Processing... or Loading..." message, even in your demo:
https://preview.keenthemes.com/metronic8/laravel/log/audit
Please advise,
Thanks
Hi Carlos Sanchez,
In this file, remove below code part as a workaround.
resources/assets/core/sass/vendors/plugins/_datatables.scss
// Processing
div.dataTables_wrapper {
.table-responsive {
position: relative;
}
div.dataTables_processing {
@include border-radius($border-radius);
box-shadow: var(--kt-dropdown-box-shadow);
background-color: var(--kt-tooltip-bg);
color: var(--kt-gray-700);
font-weight: $font-weight-semibold;
margin: 0 !important;
width: auto;
padding: 1rem 2rem !important;
transform: translateX(-50%) translateY(-50%);
> div {
display: none;
}
}
}
Hi Carlos Sanchez,
Sorry for the delay. We will check it and provide you fix as soon as possible.
Thanks