Open kkew3 opened 5 years ago
Currently TableTool remove trailing zero and decimal point whenever it can. For example, 1.0 becomes 1. I want it to display literally what I input. Is there anyway to set TableTool? Thanks for any suggestions
1.0
1
Thank you. I consider this current behavior to be broken.
Leading zeros are important as well, for formatted strings like US zipcodes.
This is a duplicate of #9, this should be closed in favor of that issue
Currently TableTool remove trailing zero and decimal point whenever it can. For example,
1.0
becomes1
. I want it to display literally what I input. Is there anyway to set TableTool? Thanks for any suggestions