summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-03-28 00:42:08 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-03-28 00:42:08 +0000
commitb8e8328b1ffffb80bf4ebb776a4a24e5680fc5bc (patch)
treebbb4d82cee5f3fbf107e0648dea9a8f66e2710c4 /types
parent34bbeb86c1a8d24b5f526710889b5e54d699cfd0 (diff)
테이블 칼럼 리사이즈 및 핀 충돌 해결
Diffstat (limited to 'types')
-rw-r--r--types/table.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/table.d.ts b/types/table.d.ts
index 207a0c19..979f2f27 100644
--- a/types/table.d.ts
+++ b/types/table.d.ts
@@ -54,7 +54,7 @@ export type Filter<TData> = Prettify<
export interface DataTableRowAction<TData> {
row: Row<TData>
- type: "responseDetail"|"signature"|"update" | "delete" | "user" | "pemission" | "invite" | "items" | "attachment" |"comments" | "open" | "select" | "files"
+ type: "esign-detail"| "responseDetail"|"signature"|"update" | "delete" | "user" | "pemission" | "invite" | "items" | "attachment" |"comments" | "open" | "select" | "files"
}
export interface QueryBuilderOpts {