I wanted to customize the dropdown of each column header in a grid panel. The idea is to have a filter for each column (example:
Grades (dropdown menu shows checkbox with K,1,2,4 as a filter) K 1 2 K 4
I found this solution to manipulate the dropdown menu, but problem it's that this alter all dropdown and not each one.
Add a custom button in column header dropdown menus {EXTJS 4}
I will appreciate any suggestion.
Thanks