reflex/tests
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
..
compiler Refactor utils module (#666) 2023-03-16 14:59:27 -07:00
components bugfix/723: pc.data_table not working well with pandas as computed vars (#745) 2023-04-02 16:49:50 -07:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
conftest.py Allow upload event handler to have arbitrary arg name (#755) 2023-04-02 15:40:05 -07:00
test_app.py Allow upload event handler to have arbitrary arg name (#755) 2023-04-02 15:40:05 -07:00
test_base.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_event.py Refactor utils module (#666) 2023-03-16 14:59:27 -07:00
test_state.py Call event handlers from other event handlers (#691) 2023-03-16 16:57:28 -07:00
test_style.py Add unit test for style (#615) 2023-02-28 11:29:06 -08:00
test_telemetry.py Anonymous Telemetry Opt Out Available (#550) 2023-02-16 00:11:53 -08:00
test_utils.py Allow upload event handler to have arbitrary arg name (#755) 2023-04-02 15:40:05 -07:00
test_var.py Use strict equality in generated JS (#750) 2023-04-02 15:40:52 -07:00