From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../dojox/data/demos/demo_QueryReadStore_grid.html | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 includes/js/dojox/data/demos/demo_QueryReadStore_grid.html (limited to 'includes/js/dojox/data/demos/demo_QueryReadStore_grid.html') diff --git a/includes/js/dojox/data/demos/demo_QueryReadStore_grid.html b/includes/js/dojox/data/demos/demo_QueryReadStore_grid.html new file mode 100644 index 0000000..3f7db7e --- /dev/null +++ b/includes/js/dojox/data/demos/demo_QueryReadStore_grid.html @@ -0,0 +1,129 @@ + + + + Dojox QueryReadStore+grid Demo + + + + + + +

Dojox QueryReadStore + Grid demo - paging, sortable and filterable all server-side

+ +

The grid is in HTML, store, model, etc. are JS, sorting is added by extending the model class

+ Capabilities: load data from server, show data, paging (30 rows at a time), sort, filter
+ You can see that data are loaded upon demand by scrolling down in the grid below line #30, + open FireBug and you see a server request being issued, to retreive another 30 rows/items.
+

+ +
+ +

The store and grid are "generated" and connected in HTML, filtering is done via JS

+ This store is by default sorted descending by name (not as the one above, which is ascending). +
+
+
+ + + + + + -- cgit v1.2.3