Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/configure-table-columns. Description: Different users may have different needs for what data is most useful to them on the overview page, and thus we should allow them to select the columns which are displayed. This would be implemented as a part of DataTables, with the table defining all possible columns and then using a modal widget to filter columns in/out. The data would then be persisted in a cookie (a minimized format for storing this data would be important so it doesn't fill up cookies when a lot of customizations are saved). Alternatively, we could explore saving data in Keystone's metadata for this type of thing... Specification URL (additional information): None