How do I format table columns?

I’m trying to figure out how to format table columns that come from Supabase. i.e. currency, whole number with out thousand separators, decimal 2 digits, etc…

Hi @adam_nashman, welcome.

The table component doesn’t currently support customization of the displayed data beyond the data types in the dropdown. However, you should be able to build a customized table using repeated elements and dynamic expressions dynamic expressions.

1 Like

Would you happen to have any good tutorials on how to get the best outcome when building a customized table?

For a simple table, check out this video: https://www.youtube.com/watch?v=_3AGGirsQx8

For more advanced use cases including filtering/sorting, I would recommend using a custom code component.