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

194
Views
Tabulartor error: "Sort Warning - Sort field does not exist and is being ignored tabulator"

I have a table which looks like this (I'm using flask and jinja2):

     dataTable = {{ json_data | tojson }};
     var   view_doc = new Tabulator(
        "#view_doc",
         {
          layout:"fitDataFill",
          locale:"ru",
          data : dataTable,
          columns:{{ json_columnstr | tojson }},
          movableRows:true,
          //movableRowsConnectedTables: "#tablecolumns",
          dataTree:true,
          dataTreeChildField:"columns",
          movableRowsSender: "delete",
          //groupBy:"drilling",
         }

      );

and I'm trying to sort a column with dates:

view_doc.setSort({title:$("input[name=radiosort]:checked").val(), field:$("input[name=radiosort]:checked").attr("id").replace("radio", ""), sorter:"date", dir:active_sort, sorterParams:{format:"dd.MM.YYYY"}})

which evaluates to:

but it gives me this error: Sort Warning - Sort field does not exist and is being ignored. The field and title are correct, so I'm not sure what is causing the error.

about 4 years ago · Santiago Gelvez
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!