update title column

This commit is contained in:
Wikzyy
2025-03-13 14:11:09 +07:00
parent 966d3c7780
commit df7bf3962d

View File

@ -94,7 +94,9 @@ const ManagePostoAdmsContextProvider = ({ children }: { children: React.ReactNod
{
accessorFn: (row) => row.name,
id: 'name',
header: ({ column }) => <DataGridColumnHeader title="Municipios Name" column={column} />,
header: ({ column }) => (
<DataGridColumnHeader title="Posto Administrativo Name" column={column} />
),
enableSorting: true,
enableHiding: false,
meta: {