I am using %code% and I want to update a table after sending certain parameters.
This is the code:
%pre%
When doing this you must return a JSON with my data, but it does not cancel the action and %code% appears. Does anyone know what the error is?
I hope you can help me. Thank you very much.
______ azszpr88349 ___
To make filters in the table I recommend you use queryParams .
This option allows you to send the start date and end date to your php driver called sales_data. to then perform said filter in your sql query, thus returning a bounded json
You can see the documentation Here .
%pre%
___