mpryvkin / jquery-datatables-row-reordering

JQuery plugin that enables drag and drop row reordering in the tables enhanced with JQuery DataTables plugin.
https://www.gyrocode.com/articles/jquery-datatables-row-reordering/
6 stars 8 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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