update
This commit is contained in:
@@ -177,7 +177,6 @@ const DataTable_TableHeadCell = ({
|
||||
opacity: 1,
|
||||
},
|
||||
},
|
||||
border: 1,
|
||||
flexDirection: layoutMode?.startsWith('grid') ? 'column' : undefined,
|
||||
fontWeight: 'bold',
|
||||
overflow: 'visible',
|
||||
@@ -204,7 +203,7 @@ const DataTable_TableHeadCell = ({
|
||||
? '.75rem'
|
||||
: '1.25rem',
|
||||
userSelect: enableMultiSort && column.getCanSort() ? 'none' : undefined,
|
||||
verticalAlign: 'top',
|
||||
verticalAlign: 'middle',
|
||||
...getCommonMRTCellStyles({
|
||||
column,
|
||||
header,
|
||||
|
||||
Reference in New Issue
Block a user