Hello,
Experience Builder has a "Table" widget, which provides a tabular view of the data source. My idea involves these two existing functions of the Table widget:
- Column Display Setting - User has checkboxes to choose which columns to display in the table.
- CSV Export - User can export/save the table locally as a CSV file, or other format.
My idea: Please make those two functions work together.
In other words, we want the exported CSV file to ONLY include the attributes that the user selected to display. For example, if I uncheck the OBJECTID box in the column display setting, and then I export that table to CSV, then OBJECTID should not be included in the CSV file.
Presently, the CSV export includes all of the attributes, regardless of the column display setting. Our users are expressing some frustration about this.
Hopefully that all makes sense. Thanks!