Project

General

Profile

Task #86343

Updated by Frank Nägler over 5 years ago

jQuery.datatables in current master is only used for sorting the columns in the scheduler. 
 I guess we can and should remove the datatables plugins from the core and 

 1) Remove the sorting of scheduler tables (I think it is no big benefit) 
 2) Implement an own sorting as replacement 

 Possible replacement: https://github.com/tristen/tablesort

Back