Hi everyone,
I made a component to show a table with possibilities to show order by and search by. I hope that’s project would help you.
Hi everyone,
I made a component to show a table with possibilities to show order by and search by. I hope that’s project would help you.
I have been using aggrid, but your awesome table looks pretty cool, especially icon buttons, will play with it and give feedback. Thank you!
I am using streamlit 1.3.1
StreamlitAPIException: set_page_config() can only be called once per app, and must be called as the first Streamlit command in your script.
if I comment out line 6 - streamlit-awesome-table/samples/simple_table at main · caiodearaujo/streamlit-awesome-table · GitHubinit.py#L6
then it is fine
with_iconbutton
example, I got this errorstreamlit.errors.DuplicateWidgetID: There are multiple identical `st.awesome_table.awesome_table` widgets with
`key='awesome_table'`
see screenshot here
Don’t know where the Pandas Dataframe at the top come from
Will you add features like pagenation for big table?
Nice more table components! I love this I should give it a try
Feel free to add it to the Streamlit Components - Community Tracker so we don’t lose sight of it
Have a nice day,
Fanilo
hi, it is nice
hope it can support show dataframe directly in the future.
Thanks to report this issues. I think thats things it’s just cache. I will fix it.
Yes, I’m working with pagination at moment.
Great component @caiofaar ! Using it in my app now.
Wish the search option was a little more configurable, like alignment.
In here for example, not in wide mode, the “by” selectbox is being trimmed and the “Reagent” header is too close to the “Environment” column. do you think its possible to add a “wrap text” and padding options?
Thanks for sharing
Great work! And I’m wondering is there a feature to fold rows upon levels on your roadmap?
Hi @caiofaar
Not sure if that’s expected but I got an error with the latest version of awesome-table
from awesome_table import AwesomeTable
cannot be resolved.
Best,
Charly
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.