PageCount not reactive
When I change the pageCount of my parent component, the tables page count
.getPageCount()does not represent the current state: I already tried to explicitly set the page count through an effect but that does not work as well.
Does anyone see a issue in this code?2 Replies
apparent-cyanOP•3y ago
I know that the
props.pageCountcan be tracked by itself so the watchEffectis not necessary, but neither option even works. Hot reloading updates the table state correctly, so there must be some reactivity issue I am overlooking.rare-sapphire•2y ago
Any fix on this?