Open dinmukhamedm opened 1 week ago
Hello, can I work on this?
@shravya-chepa absolutely, go for it!
@shravya-chepa just letting you know, we've updated the contributing guidelines with a new docker compose setup for people who only change frontend code. This should make the experience vastly easier. Refer to CONTRIBUTING.
Got it, thank you!
We need to allow users to selectively show/hide columns in the pages with tables. The minimal requirement is for traces/spans/sessions tables.
One UX we could create is a dialog with a checklist of enabled columns, somewhat similar to what you can find in many AWS interfaces.
(We won't need search though, we don't have that many columns).
Requirements and pointers:
localStorage
.components/ui
DatatableFilter
andTextSearchFilter
. The difference is that their source of truth is URL search params, whereas here we look for local storage.