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,
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