]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/grid/remotegroupgrid.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / grid / remotegroupgrid.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<html>\r
3<head>\r
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">\r
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
7 <title>Remote Grouped Grid Example</title>\r
8\r
9 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
10\r
11 <!-- GC -->\r
12\r
13 <script type="text/javascript" src="../shared/include-ext.js"></script>\r
14 <script type="text/javascript" src="../shared/options-toolbar.js"></script>\r
15\r
16 <!-- page specific -->\r
17 <script type="text/javascript" src="remotegroupgrid.js"></script>\r
18 <style type="text/css">\r
19 .icon-grid {\r
20 background-image:url(../shared/icons/fam/grid.png) !important;\r
21 }\r
22 .icon-clear-group {\r
23 background-image:url(../shared/icons/fam/control_rewind.png) !important;\r
24 }\r
25 </style>\r
26\r
27</head>\r
28<body>\r
29 <h1>Remote Grouped Grid Example</h1>\r
30 <p>This example illustrates how to use the grouping feature of the Grid with grouping performed by the server.</p>\r
31 <p>Records added to the grid are auto-synched to the server, and upon successful save, the server is invoked to group the data correctly.</p>\r
32 <p>Note that the js is not minified so it is readable. See <a href="remotegroupgrid.js">remotegroupgrid.js</a>.</p>\r
33</body>\r
34</html>\r