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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:38:11+00:00 2026-05-16T01:38:11+00:00

I have a table with prices in this format: 1.234,56, (the thousands separator is

  • 0

I have a table with prices in this format: “1.234,56”, (the thousands separator is a period, and the decimal separator is a comma). This format doesn’t work because tablesorter plugin sees it as strings rather than as a number whenever there’s a different character inside (only numbers, +/- and “.” for decimals are allowed).

How can I remove the periods and replace the commas with periods before sorting?

  • 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-16T01:38:12+00:00Added an answer on May 16, 2026 at 1:38 am

    Ok, I think I solved it. My table has currency so I edited the ‘currency’ parser but you could basically do it with any other. Currency parser looks like this in the end:

    ts.addParser({
        id: "currency",
        is: function(s) {
            return /^[£$€?.]/.test(s);
        },
        format: function(s) {
            s=s.replace('.', '');
            return $.tablesorter.formatFloat(s.replace(new RegExp(/[^0-9.]/g),""));
        },
        type: "numeric"
    });
    

    (by the way, how do you turn on synthax highlight here on stackoverflow?)

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

Sidebar

Related Questions

I have a table filled with purchase prices, like this: sku price btw startdate
I have this table prices id | price_per_week | date_start | date_end 1 |
I have a table, table 1. In this table is name, city, price. The
I have a table called 'prices with the following structure: 'id', 'price, 'availability_id' and
Suppose you have a table in SQL: Prices ------ 13.99 14.00 52.00 52.00 52.00
I have a table full of items and prices for said items. I would
I have one table, e.g. pricerules, that have stored special prices by article for
I'm not seeing something obvious re:caching strategies in rails. I have a prices table
I have a table as example below: Prices ID* low *high**value 1* 1 *4**29.0
This is probably easy to do but I have a table which list items

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.