- Posts: 2
- Thank you received: 0
I'm using TableJX and i'm wondering why is there a space infront of every cell? Is it my fault or is it sopposed to be this way?
The second thing is I'm wondering about is how to make numbers (price for example) display thousands separators?
But besides that I'm very pleased with your product.
Please Log in or Create an account to join the conversation.
Hi,
space in front of each line is because of design. You can change this or even create your own design by modifying GridView.php.
Space is:
About formating:
mysql> SELECT FORMAT(12332.123456, 4);
-> '12,332.1235'
You can create view as select on your existing data.
Best regards,
Viljem
Please Log in or Create an account to join the conversation.
Thanks,
There are no spaces anymore, but I didn't quite understand how I can change the format in one column. Am I supposed to change something in phpmyadmin or in one of the .php files in the grid folder.
Best of luck,
Silver
Please Log in or Create an account to join the conversation.