Retool Table View Issue with Float
the main issue is that, if the value is 2.2 it shows as 2.2 only but if it's 2.0 it shows as 2 in retool table, but bigquery shows correctly as 2.0.
Is there a way I can show 2 decimal places, I tried pad and decimal places, but now working, when I do {{table1.selectedRow[<col_name>]. it show as 2 only.
?
Update:
FOUND THE SOLUTION:
In Mapped-Value filed in table view add
{{ Number(item).toFixed(2) }}