테이블 헤더 고정

This commit is contained in:
kjs
2025-12-24 13:54:24 +09:00
parent b68c0bd340
commit 5102eec46f
3 changed files with 10 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ export const SingleTableWithSticky: React.FC<SingleTableWithStickyProps> = ({
>
<div className="relative flex-1 overflow-auto">
<Table
noWrapper
className="w-full"
style={{
width: "100%",