Accessing Custom Columns data from New Table

Continuing the discussion from Accessing Custom Column's data from New Table Component:
@jade solution works perfectly fine. However, I would like to use those calculated columns to be included on an API call or JSON Explorer together with my existing data in the table. Is this currently supported or any alternatives to do this?

You should be able to have a transformer (like the one you use for the custom calculated columns) include what would be needed from the table data to be used for other components or queries.

Hmmm I missed that. Yeah, it'll work but quite untidy in the back-end I guess :sweat_smile: Thanks, @pyrrho

I think you could alternatively have the table data populated directly from the transformer and then use the table data as the source for all your other needs

1 Like