Hey somehow some of my powertables don't have any data I can access in the columnAttributesData property.
I access my data trough a query and I did nothing different than I did with my other tables, where I can access the data. Did anyone encounter a similar problem?
Here is the data I can access.
The columnAttributesData
property is populated by the designer when you use the table customizer. It is not populated by Ignition in any other way. (It is input to the table for display directions, not output from the table component.) You are welcome to supplement the content there with rows for every possible column name you might encounter, or otherwise dynamically generate it, if you want to support multiple types of data in the same table. But note that every time you use the table customizer, any extra rows you put in will be wiped out.
1 Like