This commit is contained in:
Amirhossein Mahmoodi
2024-04-23 10:19:40 +03:30
parent 40f56d3cea
commit 5c5aa33741
10 changed files with 370 additions and 25 deletions

View File

@@ -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,