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

183
Views
Tabulator doesn't load data after update

I am a big fan of Tabulator, I have been using it for the past two years with web forms c#, recently I have updated the tabulator from 4.9 to 5.2.7 and the data doesn't load. When I switch back to 4.9 it works, anything higher than 4.9 doesn't work, I checked the upgrade guide but couldn't figure out what to change in my code.

 $(document).ready(function () {
                var table = new Tabulator("#example-table", {
                    pagination: "remote",
                    ajaxResponse: function (url, params, response) {
                        console.log(response);
                        return response.d;
                    },
                    autoColumns: true,
                    ajaxURL: "pagingForm.aspx/GetVehicleDetails",
                    paginationSize: 20,
                    ajaxConfig:  {
                    method: "get",
                    headers: {
                        "Content-type": 'application/json; charset=utf-8',
                    },
                }
                });
    
            });
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!