X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..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 new file mode 100644 index 00000000..00611765 --- /dev/null +++ b/examples/grid-filtering/grid-filter-local.html @@ -0,0 +1,29 @@ + + + + Custom Grid Filters + + + + + + + + + + + + + + +

Custom Grid Filters Example (local filtering)

+

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.

+ +
+ + + \ No newline at end of file