Skip to content

Display multiple grids from the same database table

Problem:

I'm trying to show 2 grids of the same table on the same page. The only difference between the two is the where statement.
The problem without the other name, both tables show the same data.

Solution:

Please use table alias. Visit https://demo.phpcontrols.com/ and look for 'tabbed grid same table' demo. Be sure to use set_jq_gridName to set the table name. 

Feedback and Knowledge Base