0👍
update if any one have solution to set route for links something like this :
const handleCurrentChange = (id) => {
Inertia.get(route('items.links', id))
}
Source:stackexchange.com
0👍
update if any one have solution to set route for links something like this :
const handleCurrentChange = (id) => {
Inertia.get(route('items.links', id))
}