-
19 Apr 2012 12:43 AM #1
Add a mark to the grid header that is filtered
Add a mark to the grid header that is filtered
Hi,
I would be great if when we use GridFilters, and filter a column, add a little mark to the header filtered.
If not, to see that the column is filtered, you must go to the header, click and see if the column is filtered.
Lot of thanks,
Marcial Atiénzar Navarro
-
19 Apr 2012 2:41 AM #2
-
19 Apr 2012 2:55 AM #3
but not with GXt3
Marcial Atiénzar Navarro
Analista de Sistemas de Información
matienzar@umivale.es
www.umivale.es
www.sumaintermutual.es
-
26 Apr 2012 6:25 AM #4
I agree that this should be also implemented in GXT 3

-
30 Apr 2012 12:06 PM #5
With final release of sencha gwt 3.0.0 it doesn't mark header as bold when you use a filter in showcase
Marcial Atiénzar Navarro
Analista de Sistemas de Información
matienzar@umivale.es
www.umivale.es
www.sumaintermutual.es
-
7 May 2012 10:46 AM #6
To solve it you can use a custom CSS and include the style from GXT 2
In the examples also happens.Code:.x-filtered-column { font-style: italic !important; font-weight: bold !important; }
Regards!
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote