Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: Javascript pass variable to filter webpart

$
0
0
You'd need to build the filtering yourself in jQuery. There are several examples here on Codeplex. One that I've used in the past (but was built for SharePoint 2007) is jvossers' SharePoint InstantListFilter (https://instantlistfilter.codeplex.com/) but there are others.

You'll need to consider whether client side filtering is going to work well given your data, of course. If there is too much data for it to be feasible, then consider using a Filter Web Part and a Web Part Connection, or if you are comfortable customizing XSL, a DVWP.

M.

Viewing all articles
Browse latest Browse all 6517

Trending Articles