jQuery, DataTables, ajax error handling: get rid of "Processing" message -
i using jquery datatables, ajax , bootstrap in small project. working , testing error states. have setup html datatables table. there table-responsive div surrounding <table> . <div id="errordiv"></div> <div id="resulttablediv" class="table-responsive"> <table id="resulttable" class="table table-striped table-bordered table-hover table-condensed" cellspacing="0"> <thead> <tr> <th>...</th> ... </tr> </thead> <tfoot> <tr> <th>...</th> ... </tr> </tfoot> </table> </div> </div> in datatables init setup ajax call , specify error callback function. "works" in can force error in server side ajax code , callback...