Hi Team,
We are using the HandsOnTable Pro version and we have implemented export functionality using the exportFile plugin. In our table we have one Text column which have numeric values for example:
123987456212
012345678912
123456789012
983645838212
We have set type of this Column as Text. But while exporting the data as CSV file this column data gets exported as Numeric values as per the below:
1.23987E+11
12345678912
1.23457E+11
9.83646E+11
In that case we are losing the trailing 0 on each values. Could you please help us to get this column as Text in export functionality?
Thanks!