setNumberFormat with HTML tables

Hi,

I am working on converting existing HTML tables to grid.

I want numbers to be displayed in the format #,###. For example if the number is 1234 it should be displayed as 1,234 but for sorting 1234 should be used. I have set the td in the below format.

Column 1

Hoe can the display be achieved?

Thanks!

Try to use “format” attribute docs.dhtmlx.com/doku.php?id=dhtm … _from_html

Thanks! This solved the problem.