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
fix: bind empty message string as plain text to avoid xss
BREAKING CHANGE: `emptyMessage` is no longer interpreted as HTML to prevent XSS attacks.
Use content projection for displaying an HTML empty content message:
```
<ngx-datatable>
<div empty-content>
My rich <i>html</i> content.
</div>
</ngx-datatable>
```
0 commit comments