Skip to main content

All Questions

Tagged with
1 vote
0 answers
532 views

Python Reflex (Pynecone) - data_table with checkbox in one column

I am trying to build a data table that includes a checkbox in the first column using python reflex to build web app front end interface. This is an example table obtained with: import reflex as rx ...
Andrea T's user avatar
2 votes
0 answers
56 views

How to remove a component using Pynecone

I am trying to remove a parent hstack when a button is pressed. Looked in the Docs and everywhere but couldn't find anything useful. From the picture above, when the 'x' button is pressed it should ...
Kamil Abdurahim's user avatar