Closed yourmoonlight closed 1 year ago
I'm facing the same issue too
I had a some issue and solved like this Match the Pagination to router.isReady
const router = useRouter();
<DataTable
title="Countries"
columns={columns}
data={filteredData}
defaultSortFieldId={1}
selectableRows
pagination={router.isReady}
paginationServer={false}
paginationIconFirstPage
onSelectedRowsChange={(e) => handleSelected(e.selectedRows)}
/>
Describe the bug
A clear and concise description of what the bug is.
I have no idea why this error came out.
Warning: Expected server HTML to contain a matching in