3.2.0

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
April 21,
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)
April 21,
.aw-grid-header {
    direction: rtl;
}

What if header text has several words ?
Thierry Nivelet
September 11,

This topic is archived.

See also:


Back to support forum