Merge pull request #3807 from alphagov/remove-duplicate-id-from-scrollable-table

Remove id from table used for the row numbers
This commit is contained in:
Tom Byers
2021-02-19 14:31:34 +00:00
committed by GitHub

View File

@@ -51,6 +51,9 @@
.removeClass('fullscreen-scrollable-table')
.removeAttr(attributesForFocus)
.attr('aria-hidden', true)
.find('caption')
.removeAttr('id')
.closest('.fullscreen-fixed-table')
)
.append(
'<div class="fullscreen-right-shadow" />'