Hi,
How do I implement a dropdown outside the grid, similar to your demo where you are selecting the theme
I am looking to change a variable in my sql query depending on the dropdown and reload the grid with this new query
1 Answers
Hi,
You can refer demos/editing/db-table-grid.php
The important point is to use session to persist post value and then use session variable in sql query.
Refer this faq:http://www.phpgrid.org/faqs/#20
Hi,
Since I am using the same page how does the grid get re-loaded with value from the session variable?
Your Answer