Multi-column sorting does not work for DT 1.10

Issue #6 resolved
Former user created an issue

In DatatableMixin.ordering, the code to get the number of sorting columns contains a bug.

Currently, only the first column is sorted because order[x].column is never in Request.

See pull request #9

Comments (3)

  1. Log in to comment