fix searching aldeias
This commit is contained in:
@ -89,7 +89,7 @@ const ManageAldeiasContextProvider = ({ children }: { children: React.ReactNode
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorFn: (row) => row.sucos.name,
|
accessorFn: (row) => row.sucos.name,
|
||||||
id: 'sucos',
|
id: 'sucos_name',
|
||||||
header: ({ column }) => <DataGridColumnHeader title="Sucos" column={column} />,
|
header: ({ column }) => <DataGridColumnHeader title="Sucos" column={column} />,
|
||||||
enableSorting: true,
|
enableSorting: true,
|
||||||
enableHiding: false,
|
enableHiding: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user