Hi,
I'm using GWT 2.6.1 and GXT 3.1..
I would like to add a filter icon into the column header if an active filter is set to this column. The same way like the order icon. Is there a way to do that?
Thank you
Sven
Hi,
I'm using GWT 2.6.1 and GXT 3.1..
I would like to add a filter icon into the column header if an active filter is set to this column. The same way like the order icon. Is there a way to do that?
Thank you
Sven
I found a solution for this problem.
Code:.x-filtered-column { background:url(http://dev.toadformysql.com/webhelp/...fiedFilter.png) no-repeat !important; background-position: calc(100% - 5px) 3px !important; }
I found a solution for this problem.
Code:.x-filtered-column { background:url(http://dev.toadformysql.com/webhelp/...fiedFilter.png) no-repeat !important; background-position: calc(100% - 5px) 3px !important; }
How to do it in GXT 4?
Thanks,
Mariusz