feat(FE-43): add 'Code' column to Product Category table

This commit is contained in:
rstubryan
2025-10-08 09:55:19 +07:00
parent f5952f5a36
commit 396ebe5001
@@ -109,6 +109,10 @@ const ProductCategoryTable = () => {
props.row.index +
1,
},
{
accessorKey: 'code',
header: 'Code',
},
{
accessorKey: 'name',
header: 'Nama',