Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6136927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:39:51+00:00 2026-05-23T17:39:51+00:00

I am using the jQuery datatable, and keep getting the error with message Object

  • 0

I am using the jQuery datatable, and keep getting the error with message “Object doesn’t support property or method ‘numeric-DESC'”

The following are my codes:

    var oTable = $('#tbSns').dataTable({
        "bJQueryUI": true,
        "sPaginationType": "full_numbers",
        "bStateSave": true,
        "iDisplayLength": 10,
        "aLengthMenu": [[25, 50, 75, -1], [25, 50, 75, "All"]],
        "aaSorting": [[1,'DESC']]
    });

Guess something wrong with aaSorting, however, still tring to find out

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:39:52+00:00Added an answer on May 23, 2026 at 5:39 pm

    A bit of a guess, but I’d say that "DESC" is case sensitive, and should be "desc".

    From the plugin’s website:

    “The aaSorting parameter is an array of arrays where the first value is the column to sort on, and the second is ‘asc’ or ‘desc’ as required (it is a double array for multi-column sorting).”

    So:

    var oTable = $('#tbSns').dataTable({
        "bJQueryUI": true,
        "sPaginationType": "full_numbers",
        "bStateSave": true,
        "iDisplayLength": 10,
        "aLengthMenu": [[25, 50, 75, -1], [25, 50, 75, "All"]],
        "aaSorting": [[1,'desc']]  // <-- lowercase 'desc'
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some jQuery DataTable issues: I get the following error when using jQuery
I am using the jquery datatable plugin. I have the following code that sets
I have a jquery datatable using the following code: // Test list table $('#dashboard_testlist_table').dataTable({
I am using JQuery with the DataTable plugin, and now I have a big
i want to show my input data from DB...i'm interest for using jquery dataTable...
I have a column with buttons in a table I'm using jQuery datatable plugin.
I'm using jQuery DataTable to form a table out of this data.txt: { aaData
I am using jQuery Datatable plugin for rendering a table as jQuery DataTable. I
A] Summary of the problem: Using jquery datatable ( http://www.datatables.net/ ) on the html
I've been using Jquery's datatable plugin for a while and came across an issue

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.