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
<li>Note that you can add Sort but remember that it will sort by the data that the row contains, even if the data is visually hidden by colspan it will still sort it</li>
18
-
<li>
19
-
Header Grouping spanning accross multiple columns is working but has some UI issues on window resize.
20
-
If anyone can fix it, probably some CSS issues, please let us know.
21
-
</li>
17
+
<li>Note that you can add Sort but remember that it will sort by the data which the row contains, even if the data is visually hidden by colspan it will still sort it</li>
22
18
</ul>
23
19
`;
24
20
@@ -51,7 +47,7 @@ export class GridColspanComponent implements OnInit {
0 commit comments