So i have a widget that will set a params to the url after click. But in the updateStateUsing i cant seems to get the params.
What i have:
1. 'products/merchant_id=1' as url and i can access this at public static table function through request() helper.
2. I have a TextInputColumn and using updateStateUsing. when i dd(request()) inside updateStateUsing, it seems like the requests has been changed.
Or am I in the right direction?