X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/grid-filtering/grid-filter-local.html diff --git a/examples/grid-filtering/grid-filter-local.html b/examples/grid-filtering/grid-filter-local.html index d46293f0..00611765 100644 --- a/examples/grid-filtering/grid-filter-local.html +++ b/examples/grid-filtering/grid-filter-local.html @@ -3,50 +3,25 @@ Custom Grid Filters - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +

Custom Grid Filters Example (local filtering)

-

This example demonstrates a custom Grid Filter Extension.

+

This example demonstrates a custom Grid Filter Extension. It adds an item to each column header menu that + allows filtering of that column.

Note that the js is not minified so it is readable. See grid-filter-local.js.

+ +

Note: The remote filtering requires the SQLite PHP plugin be installed on the server. See here.