ratiw / vuetable-2

data table simplify! -- datatable component for Vue 2.x. See documentation at
https://vuetable.com
MIT License
2.15k stars 399 forks source link

TableData url is being called multiples times #643

Open Jatapiaro opened 5 years ago

Jatapiaro commented 5 years ago

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

bcotteret commented 5 years ago

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