datajoint / sci-viz

Generic visualization framework for building dashboarding capabilities for DataJoint pipelines.
https://datajoint.com/docs/core/sci-viz
MIT License
6 stars 12 forks source link

Tables to not show booleans properly #123

Open jverswijver opened 1 year ago

jverswijver commented 1 year ago

Due to how we store boolean values in MySql the table reads boolean columns as tinyInt. This was the same issue that we ran into with the dynamic form. We would likely need to code the same fix as with the dynamic forms where we allow tinyInt fields to be specified in the spec for conversion to boolean fields.

Tagging @kabilar since he is the one who brought this to my attention.