3.0 source code
This commit is contained in:
10
OfficeWeb/vendor/touch/src/table/Row.js
vendored
Normal file
10
OfficeWeb/vendor/touch/src/table/Row.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
Ext.define('Ext.table.Row', {
|
||||
extend: 'Ext.table.Cell',
|
||||
|
||||
xtype: 'tablerow',
|
||||
|
||||
config: {
|
||||
baseCls: 'x-table-row',
|
||||
defaultType: 'tablecell'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user