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
When a sort button (i have only tried the dropdown menu version) is set with data-type="datetime" and data-selected="true", this does not select the sort on jp list init.
I have set the data-datetime-format and the sorting workings just as intended if the dropdown menu item is selected by the user. It is simply not selected as the default when the page is first loaded.
When a sort button (i have only tried the dropdown menu version) is set with data-type="datetime" and data-selected="true", this does not select the sort on jp list init.
I have set the data-datetime-format and the sorting workings just as intended if the dropdown menu item is selected by the user. It is simply not selected as the default when the page is first loaded.
`
`
Test data
<table class="table table-striped table-sm" data-jplist-group="articles"> <thead class="thead-dark"> <tr> <th scope="col" class="w-50">Title</th> <th scope="col" class="w-25">Status</th> <th scope="col" class="w-25">Created</th> </tr> </thead> <tbody> <tr data-jplist-item> <td scope="row" id="article-title">dafafd</td> <td id="article-publication-status">UNPUBLICED</td> <td>03/08 - 2019 16:07</td> </tr> <tr data-jplist-item> <td scope="row" id="article-title">Tester</td> <td id="article-publication-status">DRAFT</td> <td>02/08 - 2019 23:51</td> </tr> </tbody> </table>
The text was updated successfully, but these errors were encountered: