nicedouble / StreamlitAntdComponents

A Streamlit component to display Antd-Design
https://nicedouble-streamlitantdcomponentsdemo-app-middmy.streamlit.app/
MIT License
437 stars 29 forks source link

Feature Request #20

Open anandb96 opened 1 year ago

anandb96 commented 1 year ago

I have a few suggestions for the features that might prove to be helpful for everyone:

  1. As you may be aware, there is a library called as streamlit extras. There is a feature to create a grid layout in it. SAC components are not completely compatible with it, if they're made compatible, it'll be more helpful to integrate them.
  2. Cascader returning tree structure within and not parent entity as an output
  3. Option to put tree as elements in transfer.
volcanie commented 9 months ago

I would love to see 2. Cascader returning tree structure, because working with the returned list of indices that mix the parent indices and the child indices is not ideal. Also, if working with a tree structure we could have the ability to attach some data to each item, it would become very powerful and easy to work with!