mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-43): add 'Code' column to Product Category table
This commit is contained in:
@@ -109,6 +109,10 @@ const ProductCategoryTable = () => {
|
||||
props.row.index +
|
||||
1,
|
||||
},
|
||||
{
|
||||
accessorKey: 'code',
|
||||
header: 'Code',
|
||||
},
|
||||
{
|
||||
accessorKey: 'name',
|
||||
header: 'Nama',
|
||||
|
||||
Reference in New Issue
Block a user