fix width column table

This commit is contained in:
Wikzyy
2025-03-18 11:11:13 +07:00
parent 6e8957357a
commit 1127c2c05f
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ const ManagePostoAdmsContextProvider = ({ children }: { children: React.ReactNod
enableSorting: true,
enableHiding: false,
meta: {
headerClassName: 'w-[1000px]'
headerClassName: 'w-[250px]'
}
},
{
@ -114,7 +114,7 @@ const ManagePostoAdmsContextProvider = ({ children }: { children: React.ReactNod
enableSorting: true,
enableHiding: false,
meta: {
headerClassName: 'w-[1000px]'
headerClassName: 'w-[250px]'
}
},
{