I have a table with 20 columns. Many of these columns are doubles, which are quite small (1 * 10^-4). The default perspective number formatting just shows these as 0, but this isn't desirable.
Changing the number format on these fields to exponential makes it much easier to read them. However, doing this column by column is tedious.
Is there a way to apply a bulk number format to each element in the table, perhaps a property I've missed?
If you are starting with a convential dataset (NQ or historian), it is best to bring that binding to a view custom property, keeping dataset format. Then you can bind props.data to convert the data to JSON, and simultaneously bind props.columns use the ordered column information (name and data type).
Some example code here, even if you don't use my toolkit: