Are you sure you want to clear all draft data?
+Are you sure you want to publish contribution to remote taxonomy repository present at : {taxonomyRootDir}?
+
+ {change.content}
+
+ No differences found.
+ )} + > + )} +| selectAll.onSelect(value), + isDisabled: selectAll.disabled + }} + // TODO: Log PF bug -- when there are no rows this gets truncated + style={{ minWidth: '45px' }} + isSubheader={isSubheader} + aria-label="Select all" + /> + + ); + } + + return col.label ? ( + | + {col.label} + | + ) : ( + // Table headers cannot be empty for a11y, table cells can -- https://dequeuniversity.com/rules/axe/4.0/empty-table-header ++ ); + }; + + const renderRows = () => data.map((row, rowIndex) => rowRenderer(row, rowIndex)); + + const table = ( + |
|---|