ph_table icon indicating copy to clipboard operation
ph_table copied to clipboard

Incorrect colors

Open end1ess1 opened this issue 10 months ago • 0 comments

image

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?

end1ess1 avatar Apr 02 '24 12:04 end1ess1