Any thoughts on how to upload a csv and dynamically generate a table based on it? (without knowing the header or the csv)
Hi @Leykwan132
This doc shows how to display data in a table from a csv.
Depending on your use case, you may also be interested in dynamic column settings
You'll need to configure a place to store the csv data if you want it to be available after the page reloads (a database, api, etc)
Let us know if that helps!