summaryrefslogtreecommitdiff
path: root/lib/form-list/table/formLists-table.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-04-28 02:13:30 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-04-28 02:13:30 +0000
commitef4c533ebacc2cdc97e518f30e9a9350004fcdfb (patch)
tree345251a3ed0f4429716fa5edaa31024d8f4cb560 /lib/form-list/table/formLists-table.tsx
parent9ceed79cf32c896f8a998399bf1b296506b2cd4a (diff)
~20250428 작업사항
Diffstat (limited to 'lib/form-list/table/formLists-table.tsx')
-rw-r--r--lib/form-list/table/formLists-table.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/form-list/table/formLists-table.tsx b/lib/form-list/table/formLists-table.tsx
index 58ac4671..aa5bfa09 100644
--- a/lib/form-list/table/formLists-table.tsx
+++ b/lib/form-list/table/formLists-table.tsx
@@ -32,7 +32,6 @@ export function FormListsTable({ promises }: ItemsTableProps) {
const [{ data, pageCount }] =
React.use(promises)
-
const [rowAction, setRowAction] =
React.useState<DataTableRowAction<ExtendedFormMappings> | null>(null)
@@ -100,6 +99,12 @@ export function FormListsTable({ promises }: ItemsTableProps) {
type: "text",
},
+ {
+ id: "remark",
+ label: "remark",
+ type: "text",
+
+ },
{
id: "createdAt",