Plugin or module for filtering/sorting a large amount of data?
- by prometheus
I have a rather large amount of data (100 MB or so), that I would like to present to a user. The format of the data is similar to the following...
Date Location Log File Link
03/21/2010 San Diego some_log.txt http://somelink.com
etc
My problem is that I would like to have some nice/slick way for the user to filter the information. Unfortunately, because there is so much of it, the jQuery Table Filter plugin does not work (crashes the browser). I was wondering if there is a nice solution or if I have to simply do the filtering on the server end and have a bland pull-down menu / select-box interface for the client to use.