:: Forum >>
Option to place sort image BEFORE text
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 {
direction: rtl;
}
.aw-sort-none .aw-grid-sort {
display: none!important;
}
Alex (ActiveWidgets)
Friday, April 21, 2006
.aw-grid-header {
direction: rtl;
}
What if header text has several words ?
Thierry Nivelet
Monday, September 11, 2006
This topic is archived.
Back to support forum
Forum search