Please add Python Streamlit-slickgrid wrapper availability to the Slick-grid list of supported frameworks #2272
Replies: 1 comment 1 reply
-
|
I added it, but I will mention again that it haven't received any updates since its creation 8 months ago, so I'm not really sure how good that is to add an outdated community driven project in my list. For example, I also released v9 around the same time as this came out 8 months and I'll also release v10 in the Spring of next year so if there's no updates by then, users will be using outdated versions of SlickGrid, with incorrect docs, and I also never support older versions so... it's kind of "use at your risk" it seems Anyway, here it is, however, if they don't do any updates in a few months when I'm ready to release v10, I might just remove it from my list since I don't see the point in referencing a project that isn't being maintained |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A wrapper that allows you to use SlickGrid in Streamlit.
View demo: Streamlit App
IMPORTANT: This is not an officially-maintained package by Streamlit. We built this to "scratch our own itch" with some internal Finance folks who needed it for their apps. Consider this a community project, for all intents and purposes. That said, we think it's awesome :)
Installation instructions
pip install streamlit-slickgrid
Usage instructions
See examples/streamlit_app.py.
https://github.com/streamlit/streamlit-slickgrid?tab=readme-ov-file
Beta Was this translation helpful? Give feedback.
All reactions