Using STREAMLIT with AG Grid Table - Interactive Table | Part 1/2

preview_player
Показать описание
Hi everyone ! Have you wondered about using Interactive Table in Streamlit ? Here in this video I'll be demonstrating the usage of Streamlit with AG Grid Table, which enables to work in an interactive manner. I planned to cover few parts - [Part 1 of the video] - 1. simplifying the differences between simple Streamlit Data Frame with AgGrid table 2. enabling single & multiple checkbox option within the table [Part 2 of the video ] 3. Highlighting the table 4. Deleting Selected rows.

📌 And of course, I will check your feedbacks and would definitely love to cover those as well, so please feel free to leave your comments and suggestions 🤗

🔥 By becoming a patron, you'll get access to exclusive content, codes, or videos beforehand, one-to-one web app development / relevant discussion, live-chat with me on specific videos and other perks. ( FYI : Basic Tier is 50% cheaper than ChatGPT/monthly with benefits which an AI can't help with 😉 ):

#streamlit #python #javascript #pythonprogramming #pythontutorial

Looking forward to hear from you all ! 🤗
Ta-Da ! 🐱
————————————-

A gentle reminder , times are difficult for all of us lately . With an ongoing pandemic and a tragic war, feeling overwhelmed and mentally exhausted is very common . Let’s try not to be harsh on ourselves and take good care of our physical and mental well being for the brighter tomorrow. Love and strength ❤️
—————————————
Рекомендации по теме
Комментарии
Автор

More more videos with Streamlit AgGrid use cases?Feel free to drop your feedbacks below in the comment section. 👇🏽

Happy Coding ! 😃

Avra_b
Автор

Excellent and powerful content for easy data management from the user interface. We missed you, regards

jorge
Автор

I am very glad I watched this tutorial. Thanks.

This would really make slicing and dicing data very interactive along with the sidebar filter of Streamlit.

SolidBuildersInc
Автор

Super nice video! Thank you very much for the amazing content!!

pmshadow
Автор

This really was a great tutorial for what I'm trying to do, amazing job, honestly!

jamesdow
Автор

Hi men, I´m from México and tomorrow I have to show my proyect. Your video gave me confidence to continue programming with Streamlit, tanks a lot!!

francisco_cervantes
Автор

This is game changer. Thank you so much for this video.

mustgame
Автор

Great tutorial Avra ! Much appreciate 🙂

M
Автор

Great Video. Very very useful! Thanks a lot!

lfmtube
Автор

I really need agrid for my work, thanks for this!

Challseus
Автор

Great video. Maybe you can answer this. I have a single column grid which is only 1 inch wide or so. However the column header of the column extends to the right as if there are several more columns. Is there a way to get the column head to be the same width as the column itself? Of course not by widening the column but by shrinking the column header. Thanks.

georgeify
Автор

Hi!!! I am looking at selecting specific columns from a aggrid table and exporting it. Can you tell me how to configure the grid to do this in streamlit-aggrid???

AshishPrasadMaharana
Автор

Hi and thanks for making these videos.!!! One question. I'm trying to use AGGRID, I have one column that is editable (COL1), I would like for the user to input into Col1, then it would be multiplied with Col2, and the result would be in Col3, and the AgGrid Table would be refreshed to show all these new values. Any thoughts on how I could do this? I've been researching for 2 days now, and I can't seem to figure it out. Thanks. and please help! please.

dfrecipes
Автор

Hi Avra, thank you for the tutorial and your time, I would like to ask you a question, I have a streamlit app and every time I select a new option the table tha was modified get the original values, is there a way to freeze tha table, in a way I can modify the table but keep those changes without refreshing the table after every action with select box or other st component ? Thank you again

daniel
Автор

Hello! Thanks for the great tutorial.
Do you know how to make only a subset of the columns of the table editable? In your vid you make all of them editable.
Thanks!

ophirharoche
Автор

Great vid. Real eye opener.

How do we build complex filters? I work with financial data and may want eg. top 30% of stocks ordered by price returns and then after passing through the filter show me the stocks in the bottom third of volitility (preferably in a single dataframe).

s/o from South Africa

Septumsempra
Автор

Excellent tutorial!!
I want to add collapsible/expandable rows to the table. Can you help me out with it ?

giridharrangarajan
Автор

Hi Avra, Great video.
I love streamline but Agrid is very slow even on my localhost. It cannot efficiently handle even just 700 rows data.
Do you know how I can improve the performance of Agrdi library or it is just currently slow?

tokelo
Автор

Hi Avra,
Great Explanation
I am new to this Streamlit AgGrid.
I am currently using this in my POC project.
I have a requirement that is I need to change the table size everytime on any column filter change, the reason of that because In case of small no of records, I am getting an empty space below.

My requirement is to get rid of that empty space and update the table size on every filter change.

Can we achieve that in Streamlit AgGrid?

NehaKumari-sugg
Автор

Hii. Great tutorial Avra. Let me ask ya. Is there any way to display aggrid tables side by side? Like a st.columns in streamlit. Thankss

guilhermechina