giterlizzi / dokuwiki-plugin-datatables

Add DataTables support to DokuWiki
GNU General Public License v2.0
10 stars 11 forks source link

Order by page name rather than title? #76

Open suedunham opened 1 week ago

suedunham commented 1 week ago

My table is ordered by the first column with order='[[0, "asc"]]', and it seems to order by the page title or link text rather than the page name. For instance the M10 page appears above the M8 one.

| [[atlas_harn_l07|L7]]  | Chybisa                | Burzyn, Geda              |
| [[atlas_harn_m08|M8]]  | Melderyn               | Gythrun, Cundras          |
| [[atlas_harn_m10|M10]] | Melderyn               | Karveth, Nurisel          |

Is there a way to order by the page name instead?