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 8842735
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:02:16+00:00 2026-06-14T11:02:16+00:00

I am having issues using tablesorter plugin for currencies with a , in them

  • 0

I am having issues using tablesorter plugin for currencies with a , in them
e.g.: 9,789,000.00 etc.

Does anyone know of a work around for this?

Pls dont suggest me the other libraries.

  • 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-06-14T11:02:18+00:00Added an answer on June 14, 2026 at 11:02 am

    Tablesorter allows you to define “custom parsers” for things like this.

    // add parser through the tablesorter addParser method 
    $.tablesorter.addParser({ 
        // set a unique id 
        id: 'thousands',
        is: function(s) { 
            // return false so this parser is not auto detected 
            return false; 
        }, 
        format: function(s) {
            // format your data for normalization 
            return s.replace('$','').replace(/,/g,'');
        }, 
        // set type, either numeric or text 
        type: 'numeric' 
    }); 
    
    $(function() {
        $("table").tablesorter({
            headers: {
                6: {//zero-based column index
                    sorter:'thousands'
                }
            }
        });
    });
    

    You may have to tweak the format function.

    Also try to search here on the page, the subject has been answered discussed plenty of times like here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey I am having some issues while using Nggalley plugin for wordpress the plugin
I'm having issues with using the treeTable jquery plugin ( http://plugins.jquery.com/project/treeTable ) inside an
I'm using a jQuery plugin called Cycle and I am having issues with the
I'm having issues using my class to create a mouse listener. First I create
I'm having some issues using mysqli to execute a script with SELECT,DELETE,INSERT and UPDATE
I am using C. I am having issues with using pointers for the fscanf
Am having issues with printing different sized PDF's using GhostScript (V9.05). The PDF in
I am having issues with loading external javascript using JQuery. Every time when I
I'm having issues while populating a combobox using DirectStore, the combobox is as follow:
I am having issues passing a dynamic parameter to a JavaScript function using innerHTML.

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.