diff --git a/components/table/src/data-table/data-table-cell.js b/components/table/src/data-table/data-table-cell.js index 6769a87b42..e183dd8f51 100644 --- a/components/table/src/data-table/data-table-cell.js +++ b/components/table/src/data-table/data-table-cell.js @@ -27,6 +27,7 @@ export const DataTableCell = forwardRef( valid, width, onClick, + ...props }, ref ) => { @@ -36,6 +37,7 @@ export const DataTableCell = forwardRef( : TableDataCell return (