Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Improve sorting #79

Closed
tduchateau opened this issue Jan 28, 2014 · 1 comment
Closed

[CLOSED] Improve sorting #79

tduchateau opened this issue Jan 28, 2014 · 1 comment

Comments

@tduchateau
Copy link
Member

Issue by tduchateau from Sunday Mar 24, 2013 at 08:59 GMT


Today, Dandelion-Datatables uses the built-in DataTables type detection, i.e. columns are automatically scanned at initialization time for the type of data it contains, which in turn allows DataTables to apply the require type of sorting function.
For now, only three built-in types are supported (string, date and numeric)

See http://dandelion-forum.48353.n6.nabble.com/Is-it-possible-to-format-data-td233.html

Ideas:

@tduchateau
Copy link
Member Author

Comment by tduchateau from Monday Jul 22, 2013 at 21:52 GMT

The provided implementation of the Natural sort algorithm should fit most cases. If not, more sort types will be added in minor releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant