Loading problem only for the first time
Loading problem only for the first time
Hi,
I am facing a issue in the initial time, when data loads first time,
it is showing as I want to show only the processing message at that time. I want to avoid the no result found message with the processing.
please see here
https://postimg.org/image/6hkqypbq1/
setting is as
var languageFix = {
"sEmptyTable": "No results found",
"sInfo": "Showing START to END of TOTAL entries",
"sInfoEmpty": "Showing 0 to 0 of 0 entries",
"sInfoFiltered": "(filtered from MAX total entries)",
"sInfoPostFix": "",
"sInfoThousands": ",",
"sLengthMenu": "Show MENU entries",
"sLoadingRecords": "Loading...",
"sProcessing": "Processing...",
"sSearch": "Search",
"sZeroRecords": "No results found",
"oPaginate": {
"sFirst": "First",
"sLast": "Last",
"sNext": "Next",
"sPrevious": "Previous"
},
"oAria": {
"sSortAscending": ": activate to sort column ascending",
"sSortDescending": ": activate to sort column descending"
}
I dont want to show "sEmptyTable": "No results found", on the 1st loading with processing message.