I am having problems getting the rowexpander plugin to work properly. Currently it just shows the expanded text but there is no way to collapse the extra text. I am not sure if I am just missing some obvious step that most people know already.
Extra Info if helpful:
I am using templatecolumn for the grid,
also applying css to the grid cells and the grid headers
Rowexpander Toggle in Specific Cell in Row
Once I got the plugin working I then wanted to get rid of the extra column it brings in and move that toggle ability to another existing column. For our application we have a column for notes which can be long. So in my notes column I want to be able to click in there and expand to show the note for that row.
All of my code pertaining to the plugin:
Code:
requires:['Ext.ux.RowExpander'],
Code:
plugins: [{
ptype: 'rowexpander',
rowBodyTpl : [
'<p>Fake Note</p>'
]
}],
Extra Info if helpful:
I am using templatecolumn for the grid,
also applying css to the grid cells and the grid headers
Thank you for the help in advance
Rowexpander Toggle in Specific Cell in Row
Aucun commentaire:
Enregistrer un commentaire