Open yoeldk opened 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!
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!