Feat table resize and reorder (#2641)

* feat-Table-resize-and-Reorder

* feat-Table-resize-and-Reorder

* feat-Table-resize-and-Reorder/fixed-table-resize-update
This commit is contained in:
Pragadesh-45
2024-09-05 12:19:36 +05:30
committed by GitHub
parent 4bd31fb083
commit 2191550061
6 changed files with 392 additions and 73 deletions

View File

@@ -22,14 +22,12 @@ const Wrapper = styled.div`
}
td {
padding: 6px 10px;
}
}
&:nth-child(1) {
width: 30%;
}
&:nth-child(3) {
width: 70px;
}
td {
&:nth-child(1) {
padding: 0 0 0 8px;
}
}