Is there a way for me to change the order of the filtereditorrow and the header row in a ListGrid? So that first the headerrow and then the filtereditorrow is displayed in the ListGrid?
I have studied the ListGrid source code fairly well and any tips to what I can/should override would be great!
I tried to override the createChildren method and change the order of makeHeader and makeFilterEditor, but that did not help.
Thanks!
gr. Martin
I have studied the ListGrid source code fairly well and any tips to what I can/should override would be great!
I tried to override the createChildren method and change the order of makeHeader and makeFilterEditor, but that did not help.
Thanks!
gr. Martin
Comment