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!