diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
| commit | 9ceed79cf32c896f8a998399bf1b296506b2cd4a (patch) | |
| tree | f84750fa6cac954d5e31221fc47a54c655fc06a9 /lib/tag-numbering/table/tagNumbering-table.tsx | |
| parent | 230ce796836c25df26c130dbcd616ef97d12b2ec (diff) | |
로그인 및 미들웨어 처리. 구조 변경
Diffstat (limited to 'lib/tag-numbering/table/tagNumbering-table.tsx')
| -rw-r--r-- | lib/tag-numbering/table/tagNumbering-table.tsx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/tag-numbering/table/tagNumbering-table.tsx b/lib/tag-numbering/table/tagNumbering-table.tsx index 7997aad9..6ca46e05 100644 --- a/lib/tag-numbering/table/tagNumbering-table.tsx +++ b/lib/tag-numbering/table/tagNumbering-table.tsx @@ -32,7 +32,6 @@ export function TagNumberingTable({ promises }: ItemsTableProps) { const [{ data, pageCount }] = React.use(promises) - const [rowAction, setRowAction] = React.useState<DataTableRowAction<ViewTagSubfields> | null>(null) @@ -68,6 +67,16 @@ export function TagNumberingTable({ promises }: ItemsTableProps) { */ const advancedFilterFields: DataTableAdvancedFilterField<ViewTagSubfields>[] = [ { + id: "projectCode", + label: "Project Code", + type: "text", + }, + { + id: "projectName", + label: "Project Name", + type: "text", + }, + { id: "tagTypeCode", label: "Tag Type Code", type: "text", |
