We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9de47 commit 34230ddCopy full SHA for 34230dd
components/vc-table/src/TableHeaderRow.jsx
@@ -28,7 +28,7 @@ const TableHeaderRow = {
28
const { column, children, className, ...cellProps } = cell
29
const cls = cell.class || className
30
const customProps = column.customHeaderCell ? column.customHeaderCell(column) : {}
31
-
+
32
const headerCellProps = mergeProps({
33
attrs: {
34
...cellProps,
0 commit comments