Table Editor Prototype

Hello guys!

Recently I built an app for an internal client using streamlit. One of the requirements was the possibility to edit the cells of the inputed data.

So I implemented this prototype of an editable Table and it worked very well for that project.

Gist link: https://gist.github.com/ruberthbarros/f586b091742d7467839e44031976d732

I made use of the SessionState() class from https://gist.github.com/okld/0aba4869ba6fdc8d49132e6974e2e662 to save and sync the state of the data.

I’m in love with Streamlit. It is an amazing framework and it fits really well the creation of data POCs or even fully functional data apps.

I hope you can make use of this prototype.

Feel free to contribute!

7 Likes

Hey @ruberthbarros,

Thanks so much for sharing and welcome to the Streamlit Community!:partying_face::tada:

This is a pretty cool template, and I took a look at your code and it really clean and easy to read! :heart_eyes:

The next time I make an app, I will see if it could be a good use case for your table! :thinking:

Happy Streamlit-ing!
Marisa

2 Likes