vuetable-2 icon indicating copy to clipboard operation
vuetable-2 copied to clipboard

TableData url is being called multiples times

Open Jatapiaro opened this issue 6 years ago • 1 comments

Is there a way to only call the url once? For some reason the vue table is calling the url for fetching data multiple times and sometimes sends null query values and sometimes it sends the complete query.

By now we are storing all the queries inside a cookie so we are able to keep them even when the user changes of route,

Thanks in advance

Jatapiaro avatar Oct 18 '19 07:10 Jatapiaro

Try using on your component :reactive-api-url="false" https://www.vuetable.com/api/vuetable/properties.html#reactive-api-url

bcotteret avatar Oct 18 '19 17:10 bcotteret