A partner changes column visibility either by clicking "Done" in the
column-visibility dropdown panel or by right-clicking a header and selecting
"Hide column". Fires on persist to localStorage. mode distinguishes the two
entry points: dropdown for the panel's "Done" button, header for the
right-click context menu.
A partner changes column visibility either by clicking "Done" in the column-visibility dropdown panel or by right-clicking a header and selecting "Hide column". Fires on persist to localStorage.
modedistinguishes the two entry points:dropdownfor the panel's "Done" button,headerfor the right-click context menu.Dropdown mode
{ action: "changedInventoryTableColumnVisibility", context_module: "artworkTable", context_page_owner_type: "inventory", hidden_columns: ["inventoryId", "provenance"], visible_columns: ["title", "artist", "price", "medium", "dimensions"], mode: "dropdown" }Header context menu mode
{ action: "changedInventoryTableColumnVisibility", context_module: "artworkTable", context_page_owner_type: "inventory", hidden_columns: ["provenance"], visible_columns: ["title", "artist", "price", "medium", "dimensions"], mode: "header" }