-
Sencha User
GRID, PLUGIN, ROWWIDGET
Good afternoon people
I'm not able to use the "rowwidget" plugin by creating a setting in "rowBodyTpl". I think I'm doing something wrong.
plugins:[
{
//gridfilters: true,
//gridexporter: true,
ptype: 'rowwidget',
rowBodyTpl : new Ext.XTemplate(
'<p><b>Last Modified By:</p>'
),
widget: {
xtype: 'toolbar',
dock: 'top',
width: 200,
layout: {
type: 'hbox'
},
style: {
'background-color': '#E6E6E6',
'padding': '10px',
'box-shadow': '0 0 5px rgba(0, 0, 0, 0.5)',
'margin': '0px 3px 3px 3px'
}
}
},
-
Sencha - Forum Administrator
Hello there- thank you for providing that information. I have shared this with our support staff and requested that someone get back to you. We appreciate your patience.
Kindly,
Michele
-
Ext Support Team
Hello,
We use "rowBodyTpl" with rowExapnder which creates row component with records content, for RowWidget plugin we use widget config which is collection of Ext widget component. So if you want to use "rowBodyTpl" then go with RowExpander plugin.
Please refer to the below document:
https://docs.sencha.com/extjs/6.6.0/...cfg-rowBodyTpl
Regards,
Kumar
Sencha Support.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules