Hi,
It’s possible to get, somehow, SQL statement (MySql) after apply filter. I want to use into javascript function.
Thank’s
1 Answers
In PHP code, you can print_r($_SESSION); and see it that grid filters are useful.
You can put set session variable in JS code. e.g.
?
var f = ”;
// then use f as required, replace var with key name of print_r
Your Answer