Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

93
Views
restructing datatables call for making sure it works for internet explorer 9

I have data tables working and perfectly fine, now i am trying to use old version of datatables but for IE 9 its all breaking up, anyone who can provide me some help with this code

$("#datatables").DataTable({
    "bFilter": true,
    "serverSide": true,
    "deferRender":true,
    "processing": true,
    "fixedHeader": true,
    "scrollX": true,
    "columns": [
        { "data": "Name", "title": "Name", "autoWidth": true },
        { "data": "Email", "title":"Email", "autoWidth": true },
        
    ],
    "ajax": {
        "url" : "/page.php",
        "type" : 'post',
        "data": function (d) {
            return $.extend({}, d, {
                "sdate": $('#sdate').val(),
                "edate": $('#edate').val()
            });
        }
    },
    "language": {
            "processing": '<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i><span class="sr-only">Loading..n.</span> ',
            "emptyTable": "No Data available"
    },
    "scroller": {
      loadingIndicator: true
    },
    "initComplete" : function () {
        $('.dataTables_scrollBody thead tr').addClass('hidden');
    }
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!