Hi
Is it possible to have a different search criteria on each tab in a spry tabbed panel table?
I have 5 different tabs along the top.
In the first tab I have a form which brings back various fields of data and based on the following:
WHERE property_details.prop_type = 'Apartments'
How can I have the same form in the following tab but with with the WHERE clause saying something like:
WHERE property_details.prop_type = 'Houses'
Any help on whether this is possible and some tips on how to do it would be much appreciated. Many thanks