You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point since commit 036e2f9 back on December 10, 2015, the support for data-sort-order on a to override the global sort order config option has been removed. Is there a new way to do this?
Downloading the source as of commit 036e2f9 allows <th data-sort-order="asc">...</th>, for example, to a click on that header to override a global option sort order of "descending".
Can this please be restored?
The text was updated successfully, but these errors were encountered:
From the sources, it seems that this attribute has been superseded by aria-sort="[ascending|descending]". But due to a bug at initialization, this attribute is reversed... So if you want to have a column sorted in the descending order by default, for the time being you must do: <th data-sort-default aria-sort="ascending">.
At some point since commit 036e2f9 back on December 10, 2015, the support for data-sort-order on a to override the global sort order config option has been removed. Is there a new way to do this?
Downloading the source as of commit 036e2f9 allows
<th data-sort-order="asc">...</th>
, for example, to a click on that header to override a global option sort order of "descending".Can this please be restored?
The text was updated successfully, but these errors were encountered: