How to implement dynamic column settings

You should be able to using something like:

{{ Object.keys(formatDataAsObject(fileDropzone1.parsedValue[0] )) }}

There is a great reference for this solution posted by @Tess if you click here. :slight_smile: Hopefully this answers your question!

3 Likes