Disable auto-reset in Table when its data is recomputed (#805)

This commit is contained in:
Sherfin Shamsudeen 2021-09-21 16:52:39 +05:30 committed by GitHub
parent bc193c081f
commit c17b76e5ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -593,6 +593,7 @@ export function Table({
exportData
} = useTable(
{
autoResetPage: false,
columns,
data,
defaultColumn,