mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +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 +
|
props.row.index +
|
||||||
1,
|
1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
accessorKey: 'code',
|
||||||
|
header: 'Code',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'name',
|
accessorKey: 'name',
|
||||||
header: 'Nama',
|
header: 'Nama',
|
||||||
|
|||||||
Reference in New Issue
Block a user