ph_table
ph_table copied to clipboard
Incorrect colors
My code: html_df = build_table(df, 'blue_dark', font_size='15px', width='150px', index=False, text_align='center', odd_bg_color='white', conditions={ 'status': { 'min': 0.5, 'max': 0.5, 'min_color': 'red', 'max_color': 'green', } })
I want the color fill to be in all cells, not just in odd rows. How to do it?