flask_table
flask_table copied to clipboard
How to format just specific cells?
Hi guys,
I know how to format rows and columns but how can I format just specific cells?
Month | Savings |
---|---|
January | $100 |
January | **$200** |
So for example how to just use a specific css class on values over 150$?
Hi there,
I'm currently running into the same problem whereby I'm trying to conditionally format the td_html_attrs on a Col based on a cell value. Did you have any luck resolving the matter?