summaryrefslogtreecommitdiff
path: root/lib/vendor-document/table
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendor-document/table')
-rw-r--r--lib/vendor-document/table/doc-table-column.tsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/vendor-document/table/doc-table-column.tsx b/lib/vendor-document/table/doc-table-column.tsx
index e53b03b9..20d43fff 100644
--- a/lib/vendor-document/table/doc-table-column.tsx
+++ b/lib/vendor-document/table/doc-table-column.tsx
@@ -76,6 +76,19 @@ export function getColumns({
size: 160,
},
{
+ accessorKey: "pic",
+ header: ({ column }) => (
+ <DataTableColumnHeaderSimple column={column} title="SHI PIC" />
+ ),
+ cell: ({ row }) => <div>{row.getValue("pic")}</div>,
+ meta: {
+ excelHeader: "SHI PIC"
+ },
+ enableResizing: true,
+ minSize: 100,
+ size: 160,
+ },
+ {
accessorKey: "latestStageName",
header: ({ column }) => (
<DataTableColumnHeaderSimple column={column} title="Latest Stage Name" />