Using Python Reflex data_table component, how can I change the color of the table headings to blue? using rx.heading does not work
given the provided python reflex code, how can I change the color of the table headings to blue? using rx.heading does not work. I also tried: heading_style={“color”: “blue”} with no result.
Python reflex get var from js script and send to Reflex
please help