summaryrefslogtreecommitdiff
path: root/lib/tag-numbering/table/tagNumbering-table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tag-numbering/table/tagNumbering-table.tsx')
-rw-r--r--lib/tag-numbering/table/tagNumbering-table.tsx11
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",