caiodearaujo / streamlit-awesome-table

Table with many features for Streamlit. This component use Bootstrap and FontAwesome.
MIT License
142 stars 21 forks source link

Cannot have multiple AwesomeTables #26

Open STJS0 opened 11 months ago

STJS0 commented 11 months ago

If I try to make more than one AwesomeTable, even if they're in different functions, it causes a lot of bugs.

Issue 1: If you have two AwesomeTable, they both try to setup the same set of labels and tags and can throw an error if it's not declared in both, even if the data sets are different.

Issue 2: Trying to define AwesomeTable1 AwesomeTable2, etc doesn't work because you can't declare them properly to keep them separate.