use JS code to filter a QWP w/o page reloading?

LabKey Support Forum (Inactive)
use JS code to filter a QWP w/o page reloading? jeckels  2010-05-19 17:43
Status: Closed
 
Hi Ben,

If you already have a QueryWebPart, you should be able to just change its filters property (which is the same array as was passed in with the config object's filter property) and call render() on it. That should re-query the server and swap out its contents in the existing page, avoiding a full page navigation.

Thanks,
Josh