Skip to content

Commit b804338

Browse files
committed
ENH: add in calling the render step!
1 parent b4978bb commit b804338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/formats/style.py

+1
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ def render(self, **kwargs) -> str:
550550
# so we have the nested anys below
551551
trimmed = [x for x in d["cellstyle"] if any(any(y) for y in x["props"])]
552552
d["cellstyle"] = trimmed
553+
self._render_tooltips(d)
553554
d.update(kwargs)
554555
return self.template.render(**d)
555556

0 commit comments

Comments
 (0)