jorgenio / jquery-datatables-row-reordering

Automatically exported from code.google.com/p/jquery-datatables-row-reordering
0 stars 0 forks source link

Controls for sorting are shown although sorting is disabled when using this plugin #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The CSS used in the table should change when using the reordering plugin:

Sorting columns is no longer possible, thus
  - table.display thead th {
    ...
    cursor: pointer;
    ...
    }
  - <th class="sorting"
should not be used.

Original issue reported on code.google.com by m...@meetingmasters.de on 23 May 2012 at 11:04