Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ export const useMRT_TableOptions: <TData extends MRT_RowData>(
manualPagination = true
}

if (!rest.data?.length) {
manualFiltering = true
manualGrouping = true
manualPagination = true
manualSorting = true
}

return {
aggregationFns,
Expand Down