okld / streamlit-elements

Create a draggable and resizable dashboard in Streamlit, featuring Material UI widgets, Monaco editor (Visual Studio Code), Nivo charts, and more!
MIT License
679 stars 77 forks source link

Adding links to a DataGrid table #22

Open yoeldk opened 1 year ago

yoeldk commented 1 year ago

I managed to use mui.DataGrid to show a table. Assuming I have the columns dictionary, what do I need to add so that a specific column will be a link? TIA!

lkdd-ao commented 1 year ago

I managed to use mui.DataGrid to show a table. Assuming I have the columns dictionary, what do I need to add so that a specific column will be a link? TIA!

If there is not much data, I suggest you use 'mui. Table', which can implement any of your ideas. If there is a lot of data, I'm sorry, but I'm not familiar with the front-end.

Perhaps you can consider using 'streamlint aggrid', thank you!