Actions
Task #86343
closedRemove jQuery.datatables
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2018-09-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
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
Actions