jqGrid Local Data Live Search
Posted by Paul Kehrer on March 4, 2010
2 comments
jqGrid is an incredibly powerful and flexible plugin for jQuery that allows you to build data grids using nothing but Javascript, HTML, and CSS. I recently wanted to allow live filtering of local results (no AJAX queries, just parsing local data) based on a search string. View the demo and then follow along below. Basic [...]