I am trying to develop an HTML table that utilizes rowspan with ng-repeat
to group data effectively.
The overall layout is functioning as expected, but I encountered a problem when attempting to apply filters to the table.
Specifically, when I filter the table by the "Category" column using the value "STD," it disrupts the layout.
To showcase this issue, I have set up a demonstration on JsFiddle.
Could you suggest any effective strategies for managing this situation?
This matter aligns with the discussion in this related forum post:
Thanks and regards.