fix remove display id on table

This commit is contained in:
Wikzyy
2025-03-22 11:29:03 +07:00
parent cc55c997e9
commit e1ff9d03ec
9 changed files with 0 additions and 101 deletions

View File

@ -83,17 +83,6 @@ const ManagePostoAdmsContextProvider = ({ children }: { children: React.ReactNod
const columns = useMemo<ColumnDef<any>[]>(
() => [
{
accessorFn: (row) => row.PostoAdms_id,
id: 'id',
// accessorKey: 'PostoAdms_id',
header: ({ column }) => <DataGridColumnHeader title="ID" column={column} />,
enableSorting: true,
enableHiding: false,
meta: {
headerClassName: 'w-[100px]'
}
},
{
accessorFn: (row) => row.PostoAdms_name,
id: 'name',