:: Forum >> Version 2 >>

Option to place sort image BEFORE text

More information on this topic is available in the documentation section: /aw.grid.header/.

Hi All

When a grid column is narrower than the header text, sort up/down arrow is hidden.

I suggest an option to place it before header text so that it's always visible.
Thierry Nivelet
Friday, April 21, 2006
That's actually quite easy to do with CSS -

.aw-grid-header {
    
directionrtl;
}

.
aw-sort-none .aw-grid-sort {
    
displaynone!important;
}

 
Alex (ActiveWidgets)
Friday, April 21, 2006
.aw-grid-header {
    
directionrtl;
}  
What if header text has several words ?
Thierry Nivelet
Monday, September 11, 2006



This topic is archived.

Back to /aw.grid.header/

Documentation:

Forum search