mirror of
https://github.com/faiztyanirh/clqms-shadcn-v1.git
synced 2026-04-22 17:19:52 +07:00
10 lines
197 B
JavaScript
10 lines
197 B
JavaScript
export const occupationColumns = [
|
|
{
|
|
accessorKey: "OccCode",
|
|
header: "Occupation Code",
|
|
},
|
|
{
|
|
accessorKey: "OccText",
|
|
header: "Occupation Name",
|
|
},
|
|
]; |