Need some help rendering Ext.ux.grid.GridFilters outside the grid
Need some help rendering Ext.ux.grid.GridFilters outside the grid
Hi everybody,
I'm using extjs 3.4 and Ext.ux.grid.GridFilters 0.2.7, I need render a specific column filter (is a list menu) in a panel, and that menu A (grid filter menu) and menu B (panel) have the same store and they will be binded. So that, if I check a option in a menu, the other one check it as well.
My problem is, when I render the items in another menu, and I try to add another filter to that column in the grid the menu dissapears.
Has anyone tried to add this functionality, have any advice or a better approach.