diff --git a/examples/react/mantine-react-table/src/mantine-react-table/hooks/useMRT_TableOptions.ts b/examples/react/mantine-react-table/src/mantine-react-table/hooks/useMRT_TableOptions.ts index e45452e80c..c84355f3d4 100644 --- a/examples/react/mantine-react-table/src/mantine-react-table/hooks/useMRT_TableOptions.ts +++ b/examples/react/mantine-react-table/src/mantine-react-table/hooks/useMRT_TableOptions.ts @@ -171,12 +171,6 @@ export const useMRT_TableOptions: ( manualPagination = true } - if (!rest.data?.length) { - manualFiltering = true - manualGrouping = true - manualPagination = true - manualSorting = true - } return { aggregationFns,