|
|
|
|
|
by quantummkv
2793 days ago
|
|
Use javascript. Display all the data at the first load. Then make make ajax calls with the filter data to the server, filter and process the results there and replace the original content on the client side with innerHTML(). |
|