Infinite Renders in Vue
Due to Vue's
ref
's it seems that the only way to dynamically pass data to useVueTable
is if I define getters, which can be annoying due to extra lines. However, it seems that if anything happens inside these getters the entire page freezes.1 Reply
absent-sapphireOP•3y ago
I seem to have fixed it, but there must be a better way for the adapter to handle
ref
's. Using getters can get a little tedious, and make the code clunky.
The following adapter will convert options passed to useVueTable
that are ref
's, to getters automatically.