michabirklbauer / internal_ions

https://internal-ions.vercel.app/
1 stars 0 forks source link

Filtering options for spectrum-centric and fragment-centric views #49

Closed veitveit closed 1 month ago

veitveit commented 3 months ago

Add options to each column for filtering for

This is rather easily doable in R shiny: see section 2.8 in https://rstudio.github.io/DT/ Maybe https://staggrid-examples.streamlit.app/ ? Seems to be quite similar.

Open points to solve:

michabirklbauer commented 3 months ago

https://blog.streamlit.io/auto-generate-a-dataframe-filtering-ui-in-streamlit-with-filter_dataframe/

veitveit commented 3 months ago

Also an option but seems to be more complicated to implement than this staggrid one.

michabirklbauer commented 3 months ago

Also an option but seems to be more complicated to implement than this staggrid one.

Yes for sure! Sorry, just meant to post it for myself to keep it in mind in case something doesn't work out 😄