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.
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.