i want the mysql query for get the PRICE data into INR format like this(1,00,00,000)
i want the mysql query for get the PRICE data into INR format like this(1,00,00,000)
![jamu](https://secure.gravatar.com/avatar/cd760425318e3ae703478ad1c98af846/?default=https%3A%2F%2Fvanillicon.com%2Fcd760425318e3ae703478ad1c98af846_200.png&rating=g&size=120)
I want to get the mysql database data into datatables. in this table i want to get the price value from the database in indian rupee formate (INR) into the datatables.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use a number renderer. There is an example of that here.
Allan