Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic 8.1.5 Laravel - Datatables not showing loading message.


DataTables not showing "Processing... or Loading..." message, even in your demo:

https://preview.keenthemes.com/metronic8/laravel/log/audit

Please advise,


Thanks


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


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;
}
}
}


Thanks



Hi Carlos Sanchez,

Sorry for the delay. We will check it and provide you fix as soon as possible.

Thanks


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(