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 you change the entity collation in MediaWiki and SMW to "numeric", the categories sort pages named
1 - Lorem ipsum...
2 - Lorem ipsum...
11 - Lorem ipsum...
correctly. With the default, they would sort
1 - Lorem ipsum...
11 - Lorem ipsum...
2 - Lorem ipsum...
However, the datatables format is not agnostic of this. While regular result formats like list, table etc. now sort correctly (after you have run the update scripts), the datatables format is still not showing the correct natural numbering order.
There are several other sorting issues with datatables, e. g. #571, #211, #107 and #2427
The text was updated successfully, but these errors were encountered:
Setup
Issue
When you change the entity collation in MediaWiki and SMW to "numeric", the categories sort pages named
1 - Lorem ipsum...
2 - Lorem ipsum...
11 - Lorem ipsum...
correctly. With the default, they would sort
1 - Lorem ipsum...
11 - Lorem ipsum...
2 - Lorem ipsum...
However, the datatables format is not agnostic of this. While regular result formats like list, table etc. now sort correctly (after you have run the update scripts), the datatables format is still not showing the correct natural numbering order.
There are several other sorting issues with datatables, e. g. #571, #211, #107 and #2427
The text was updated successfully, but these errors were encountered: