streamlit-elements icon indicating copy to clipboard operation
streamlit-elements copied to clipboard

Adding links to a DataGrid table

Open yoeldk opened this issue 2 years ago • 1 comments

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!

yoeldk avatar Mar 12 '23 06:03 yoeldk

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!

lkdd-ao avatar Apr 01 '23 01:04 lkdd-ao