We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darwin
v18.20.2
3.13.2
3.14.0
2.9.7
[email protected]
-
isLabelHTML
columns
As above - renders plain HTML since it's using CSS content: attr(data-label) in mobile.
content: attr(data-label)
I'll take a quick look - could use a SVG data URI with a <foreignElement> tag containing HTML as per this answer: https://stackoverflow.com/a/37558030
<foreignElement>
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Darwin
v18.20.2
3.13.2
3.14.0
2.9.7
[email protected]
-
-
-
-
Reproduction
isLabelHTML
property to true in thecolumns
object and use HTML in the label.Describe the bug
As above - renders plain HTML since it's using CSS
content: attr(data-label)
in mobile.I'll take a quick look - could use a SVG data URI with a
<foreignElement>
tag containing HTML as per this answer: https://stackoverflow.com/a/37558030Additional context
No response
Logs
No response
Final checks
The text was updated successfully, but these errors were encountered: