Hi there,
May I know if i want to filter 3 column, for example
Column A, Column B and Column C
When user select Column A, the mysql query will select the data based on the Column A value.
When user continue select Column B, the msql query will select the data based on the Column B value from query Column A
When user continue select Column C, the msql query will select the data based on the Column C value from query Column A and Column B
More details..
(i) Alex select "Apple" in Column A
so, the table show the details all about "Apple"
(ii) Next, Alex select "China" in Column B,
the table show the details of Apple which from China
(iii) Then, Alex select "Small" in Column C,
the table show the details of Apple which from China and the size is small.
Thanks
tzewin