The Vue component throws an error when used on a route with parameters. For example, say you were using the table on the route example.com/users/1/tasks. When you update any of the filters or search fields and it updates the route with the new query string, it would throw the error Error: Ziggy error: 'user' parameter is required for route 'tasks'.
The Vue component throws an error when used on a route with parameters. For example, say you were using the table on the route
example.com/users/1/tasks
. When you update any of the filters or search fields and it updates the route with the new query string, it would throw the errorError: Ziggy error: 'user' parameter is required for route 'tasks'.