Roman
Roman
SSolara
Created by Roman on 11/5/2024 in #questions-issues
Database interaction
Do you have an example where solara is used to generate an interface allowing the user to interact with a database ?: I am looking to build an app that allows - reading info through a research bar (researching an email and displaying related info like associated group) - editing info in the displayed results and saving it to the database - writing a new line in a table thanks to a form-like component I haven't seen the topic of database interaction mentioned in the docs.
3 replies
SSolara
Created by Roman on 6/13/2024 in #questions-issues
Is it possible to update a df assigned to a reactive object without recreating it ?
i am aiming at something like this : --- df = solara.reactive(pd.DataFrame(...)) @solara.component def Page(): (...) In a children component a function takes df as an arg, computes a new column and return the updated df. The updated df is available for other children components ---
13 replies