From d03fc330cd91d376045d0dd028955619d914dc7e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 7 Apr 2018 10:22:33 +0000 Subject: Dear @zsloan, This patch removes TableTools. I don't think we use it. I have compared the look and feel of below pages and I see no difference. If that is correct we can simply ditch it by merging this PR. Note that if we are using such functionality this package is considered obsolete by the authors. According to https://datatables.net/extensions/tabletools/: This extension has now been retired and has been replaced by the Buttons and Select extensions. The documentation is retained for legacy reference only. New projects should use Buttons and Select in preference to TableTools. Moving Tabletools CSS --- a/wqflask/wqflask/static/packages/TableTools/media/css/TableTools.css +++ b/wqflask/wqflask/static/packages/TableTools/media/css/TableTools.css @@ -319,3 +319,8 @@ div.DTTT_collection a.DTTT_button { line-height: 20px; } +.no-sort::after { display: none!important; } +.no-sort { pointer-events: none!important; + cursor: default!important; +} + wqflask/wqflask/templates/correlation_matrix.html: wqflask/wqflask/templates/collections/list.html: wqflask/wqflask/templates/search_error.html: wqflask/wqflask/templates/corr_scatterplot.html: wqflask/wqflask/templates/pair_scan_results.html: --- MANIFEST.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 25beb977..0e0b4bd4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -52,15 +52,6 @@ include wqflask/wqflask/static/new/packages/DataTables/unit_testing/tests_onhold include wqflask/wqflask/static/new/packages/DataTables/unit_testing/tests_onhold/6_delayed_rendering/* include wqflask/wqflask/static/new/packages/DataTables/unit_testing/tests_onhold/1_dom/* include wqflask/wqflask/static/packages/* -include wqflask/wqflask/static/packages/TableTools/* -include wqflask/wqflask/static/packages/TableTools/media/* -include wqflask/wqflask/static/packages/TableTools/media/images/* -include wqflask/wqflask/static/packages/TableTools/media/images/psd/* -include wqflask/wqflask/static/packages/TableTools/media/swf/* -include wqflask/wqflask/static/packages/TableTools/media/js/* -include wqflask/wqflask/static/packages/TableTools/media/css/* -include wqflask/wqflask/static/packages/TableTools/media/as3/* -include wqflask/wqflask/static/packages/TableTools/media/as3/lib/* include wqflask/wqflask/static/packages/underscore/* include wqflask/wqflask/static/packages/bootstrap/* include wqflask/wqflask/static/packages/bootstrap/fonts/* -- cgit v1.2.3