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
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
Issue with the scope of the table header in the actions column. Also seeing this in PatternFly. We should follow up with PF if we can't fix it in our UI
The text was updated successfully, but these errors were encountered:
Looks like this was merged in the latest PatternFly release, @ajaypratap003 do you mind importing the latest PF package and checking that this error is fixed?
Looks like this was merged in the latest PatternFly release, @ajaypratap003 do you mind importing the latest PF package and checking that this error is fixed?
@christiemolloy I've checked this issue with latest PF @patternfly/react-table": "^4.19.45" but issue still persist.
This is happening because of td has empty scope. Scope should not be add in td. <td scope="" class="" data-label="" data-key="5"></td>
Issue with the scope of the table header in the actions column. Also seeing this in PatternFly. We should follow up with PF if we can't fix it in our UI
The text was updated successfully, but these errors were encountered: