Hi danigallom,
there is style_filter parameter in datatable, but it allowed to me only change the background.
For other settings looks like there is an issue.
So you are not alone
Hi All,
I can’t seem to get the style_filter option to change the filter cell (ex: swapping font-family from monospace to something else). Style_cell also doesn’t seem to update it, though style_cell works for all other cells in my table, and style_header also seems to work.
Can’t find any examples where style_filter was used successfully either, and there aren’t any tests that touch it in the dash source. Anyone able to use this property successfully?
Thanks!
Evening friends,
I am building out a dash_table in a dark theme. Trouble I’m having is figuring out to change the color on the filter cells so that I can see what I’m typing in. It would appear it uses a default style, and I haven’t had any luck with getting the style_filter property to actually update the style.
dash_table.DataTable(id=f'{PAGE}'-table,
...
style_cell={'text-align':'left',
…