UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

35 lines (29 loc) 1.4 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes"> <title>Remote Grouped Grid Example</title> <link rel="stylesheet" type="text/css" href="../shared/examples.css" /> <!-- GC --> <script type="text/javascript" src="../shared/include-ext.js"></script> <script type="text/javascript" src="../shared/options-toolbar.js"></script> <!-- page specific --> <script type="text/javascript" src="remotegroupgrid.js"></script> <style type="text/css"> .icon-grid { background-image:url(../shared/icons/fam/grid.png) !important; } .icon-clear-group { background-image:url(../shared/icons/fam/control_rewind.png) !important; } </style> </head> <body> <h1>Remote Grouped Grid Example</h1> <p>This example illustrates how to use the grouping feature of the Grid with grouping performed by the server.</p> <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> <p>Note that the js is not minified so it is readable. See <a href="remotegroupgrid.js">remotegroupgrid.js</a>.</p> </body> </html>