X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/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.