dokuwiki-plugin-data icon indicating copy to clipboard operation
dokuwiki-plugin-data copied to clipboard

Documentation for numeric sort?

Open richb-hanover opened this issue 8 years ago • 3 comments

It appears that a fix to issue #78 was checked in to allow sorting numerically instead of an alphabetic sort for certain columns.

I skimmed the code, but am not sure how to force a particular column to sort numerically. Any pointers to documentation? Many thanks.

richb-hanover avatar Aug 19 '15 03:08 richb-hanover

Sofar it is only attemp for implementing this feature. The code lives at: https://github.com/splitbrain/dokuwiki-plugin-data/tree/sortnumerically

So it is not in the released plugin.

Klap-in avatar Aug 19 '15 15:08 Klap-in

Thanks for the speedy response. Are there plans to update the released plugin?

richb-hanover avatar Aug 19 '15 16:08 richb-hanover

Usage: ---- datatable ----- cols: amount sort: (num)amount #will sort "amount" column numerically

Xeenych avatar Jul 22 '16 13:07 Xeenych