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
Hi @mestaritonttu thx for your report. could you please elaborate a little bit more what the problem is. RockGrid is using version 19.0.0 at the moment, so it should not be an issue.
If you have a suggestion for a fix I'd be thankful for a PR as I'm really busy currently.
I know RG is using 19.0.0, but I wanted to warn you about the upcoming breakage :) To be clear, I verified that the commit I referenced causes the problem.
The problem is that the sanitizer makes the HTML plain text. You don't get a span element in the DOM, you get literally the markup shown in the column header. Looks like the icon will get the same bad treatment.
I don't have a suggestion off-hand. The fix would have to
If you have a column without an explicitly set .headerName, starting from ag-Grid 19.1.1 it displays as
<span title="myColumn">myColumn</span>
The commit that caused this is ag-grid/ag-grid@3293b32
The thing needing rework in RockGrid.js is
FieldtypeRockGrid/RockGrid.js
Line 266 in 26574e1
The text was updated successfully, but these errors were encountered: