Hi,
I would like the user to increase or decrease the number of decimals of a dataTable column and store this configuration. Similar to Excel functionality. Appreciate your inputs.
Ashok
Hi,
I would like the user to increase or decrease the number of decimals of a dataTable column and store this configuration. Similar to Excel functionality. Appreciate your inputs.
Ashok
You can apply custom formatting. As you can see from the article, formatting depends on several parameters, which values can be stored/changed. Here’s a quick sample:
Thank you