TableHeadDropdownMenu
Last updated
Last updated
dropdown 버튼 (trrigger)
type
'default' | 'orders'
'default'
타입
title
string
-
dropdown 버튼 타이틀
icon
React.ReactNode
-
dropdown 버튼 우측 아이콘
leftSlot
React.ReactNode
-
dropdown 버튼 타이틀 좌측 영역
rightSlot
React.ReactNode
-
dropdown 버튼 타이틀 우측 영역
contained
boolean
-
dropdown 버튼 contained 여부
sortState
'NONE' | 'ASC' | 'DESC'
-
정렬 상태 (type이 orders일 경우)
children
React.ReactNode
-
dropdown contents 영역
label
string
-
라벨 텍스트
items
{ icon: React.ReactNode text: string checked: boolean onClick: function }
-
메뉴 그룹 아이템 icon: 좌측 아이콘 text: 텍스트 checked: 체크 여부 onClick: 클릭 이벤트 핸들러
reset
function
-
초기화 버튼 핸들러