javascript - Use Select box to group a grid Extjs -


Is there any way to manipulate the grouping grid with any external controls? For example, I want to use a selection box and when I click on it, grid is grouped.

Thank you

You need to manipulate the grid's store:

Use the group function to apply grouping.

Create a clear group function to remove all groups.


Comments

Popular posts from this blog

Python Equivalent for matlab cart2pol and pol2cart -

sip - Call SipJs to Asterisk 12 -

java - Joda Time Interval Not returning what I expect -