I've had another question come up. I added some custom columns to my table in order perform some calculations. Now I want to be able to add the row across, however, the custom columns do not show up to include in those calculations. Do you know of any way to be able to use custom columns in calculation with other columns?
Hi,
the new tables don't let us access custom columns. The best way (found here Accessing Custom Column's data from New Table Component - #5 by jade) is to use transformers and/or functions to make calculations out of the table.
Hope that can help
Ju