Skip to content

Commit 50f5f8e

Browse files
committedAug 8, 2024
fix: removed border from freezed columns
1 parent a3d13d5 commit 50f5f8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/DataTable/DataTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ function DataTable<T>(props: TableProps<T>): JSX.Element {
604604
top: 0,
605605
left: 0,
606606
maxWidth: '100%',
607-
border: '1px solid black',
608607
}}
609608
>
610609
<Table disabled={disabled} className="rdt_Table" role="table">

0 commit comments

Comments
 (0)