Skip to content

Commit

Permalink
Adds new dependency for temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Oct 18, 2021
1 parent da34d0a commit 449ba5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const TableVisBasic = memo(
}
// update counter to remount grid from scratch
setDataGridUpdateCounter((counter) => counter + 1);
}, [visConfig.autoFitRowToContent, table, sort]);
}, [visConfig.autoFitRowToContent, table, sort, pagination, columnsWidth]);

return (
<>
Expand Down

0 comments on commit 449ba5f

Please sign in to comment.