-
Sencha User
How to insert a temporary container between grid row?
I have a grid with two column, the first column store my content and the second column is an action column that work as a button.
When I click the reply button, I want a "reply window" to be showed under the row that I click.
May anyone teach me how to do that please?
gyCM1so.png
demo : https://fiddle.sencha.com/#fiddle/2re2&view/editor
-
Sencha Premium User
There is a couple of ways to do this off the top of my head
1. use row expander plugin to expand content
2. put a hidden container in the row and use loader to load in extra content https://docs.sencha.com/extjs/5.1.4/api/Ext.container.Container.html#cfg-loader
Personally I'd use a window to popup the reply, but that's me.
Tags for this Thread
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