@@ -1,6 +1,6 @@
-Ext.define('uas.view.grid.pagingBlurred.Panel', {
+Ext.define('uas.view.grid.paging.Panel2', {
extend: 'Ext.grid.Panel',
- xtype: 'blurred-paging-grid',
+ xtype: 'paging-grid2',
store: {
type: 'big-data',
@@ -80,6 +80,12 @@
"target": "paging-grid",
"iconCls": "x-fa fa-smile-o"
},
+ {
+ "text": "分页2",
+ "leaf": true,
+ "target": "paging-grid2",
+ "iconCls": "x-fa fa-smile-o"
+ },
{
"text": "大数据",
"leaf": true,