vegaprotocol / frontend-monorepo

Toolkit for building apps that interact with Vega
https://vega.xyz
MIT License
25 stars 17 forks source link

Manage AgGrid table state #5245

Closed mattrussell36 closed 9 months ago

mattrussell36 commented 11 months ago

Story

As a user I want to be able to reset or control AgGrid state So that I can get back to the default state or better control table setup

Acceptance Criteria

Tasks

Sketch

Additional details / background info

https://vegaprotocol.slack.com/archives/C037STCKMGC/p1699553640171639

Column and filter state from AgGrid gets persisted in local storage. For some actions, for example if you drag a column off the table, there is no way to reverse it and get that column back, so we need a way to reset table state or better, control it via some UI.

JonRay15 commented 10 months ago

Suggest we split this into two tickets, the first to just add a settings button to each pane.

@mattrussell36 to split this into two tickets.

mattrussell36 commented 10 months ago

New issue here: https://github.com/vegaprotocol/frontend-monorepo/issues/5394