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
ugly-tanOP•3y ago
I know that the
props.pageCount
can be tracked by itself so the watchEffect
is not necessary, but neither option even works. Hot reloading updates the table state correctly, so there must be some reactivity issue I am overlooking.evident-indigo•16mo ago
Any fix on this?