You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
Recent change to support hierarchical tabulator breaks rendering with HTMLTemplateFormatter. Specifically, in ce68889, the changes to tabulator.ts peel off the HTML generated. I left a comment on #2624 on the exact lines, I don't know how to link to exact lines in an issue...
Complete, minimal, self-contained example code that reproduces the issue
pn.widgets.Tabulator(pd.DataFrame({'link': ['foo']}),
formatters={'link': HTMLTemplateFormatter(
template='<a href="<%= value %>">Link</a>'
)})
Screenshots or screencasts of the bug in action
0.12.1:
0.12.0:
The text was updated successfully, but these errors were encountered:
ALL software version info
Panel 0.12.1
Description of expected behavior and the observed behavior
Recent change to support hierarchical tabulator breaks rendering with
HTMLTemplateFormatter
. Specifically, in ce68889, the changes totabulator.ts
peel off the HTML generated. I left a comment on #2624 on the exact lines, I don't know how to link to exact lines in an issue...Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
0.12.1:
0.12.0:
The text was updated successfully, but these errors were encountered: