The ability to customize the display WOLV via CSS displayed in the internal structure and the CSS classes:
<div class="ics-wolv-column-header">
<span class="ics-wolv-column-sort-order">[индекс порядка сортировки]</span>
<span class="ics-wolv-column-sort-direction (ics-wolv-column-sort-asc|ics-wolv-column-sort-desc)"></span>
<span class="ics-wolv-column-caption (ics-wolv-column-sort-enabled|ics-wolv-column-sort-disabled)">[подпись столбца]</span>
</div>
CSS class | Description |
---|---|
ics-wolv-column-header |
Container column header |
ics-wolv-column-sort-order |
Figure responsible for the sort order |
ics-wolv-column-sort-direction |
design Element showing the sort direction (descending and ascending) |
ics-wolv-column-sort-asc |
design Element showing the direction of sort ascending |
ics-wolv-column-sort-desc |
design Element showing the direction of sorting in descending order |
ics-wolv-column-caption |
Signature column (for the enabled and disabled sorting) |
ics-wolv-column-sort-enabled |
Signature column with sorting enabled |
ics-wolv-column-sort-disabled |
Signature columns with disabled sorting |