reflex/pynecone/components/datadisplay
Elijah Ahianyo 50cdfac24c
bugfix/723: pc.data_table not working well with pandas as computed vars (#745)
* bugfix/723: pc.data_table not working well with pandas as computed vars

Turns out this isnt really a bug. You need to specify an annotation for the computed var to work. This Pr adds a check for annotations on computed vars for data tables

* added more validation for column field
2023-04-02 16:49:50 -07:00
..
__init__.py Add KeyboardKey, AspectRatio Components (#685) 2023-03-17 15:15:37 -07:00
badge.py Initial commit. 2022-11-18 12:44:06 -08:00
code.py Refactor utils module (#666) 2023-03-16 14:59:27 -07:00
datatable.py bugfix/723: pc.data_table not working well with pandas as computed vars (#745) 2023-04-02 16:49:50 -07:00
divider.py Initial commit. 2022-11-18 12:44:06 -08:00
keyboard_key.py Add KeyboardKey, AspectRatio Components (#685) 2023-03-17 15:15:37 -07:00
list.py Add var support pc.list (#636) 2023-03-10 13:09:59 -08:00
stat.py Provide high-level API for most components (#451) 2023-02-05 16:02:21 -08:00
table.py [Fix] Component table support State Vars (#571) 2023-03-02 18:33:53 -08:00