Index: arms/css/jspreadsheet/custom_sheet.css =================================================================== diff -u -r03bc9a6f23bcee1e88684992ef4c019f0bd0595e -rca71c577b1fd9219fce337ed115b60c191722ca4 --- arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision 03bc9a6f23bcee1e88684992ef4c019f0bd0595e) +++ arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision ca71c577b1fd9219fce337ed115b60c191722ca4) @@ -49,3 +49,6 @@ .jexcel_pagination { max-height: 40px; } +.jexcel_toolbar { + margin: 0 !important; +} Index: arms/html/analysisResource/modal/content-modal_sankey.html =================================================================== diff -u -r65b9da9df84ac188a3a0bf64e5dfab93e20db5de -rca71c577b1fd9219fce337ed115b60c191722ca4 --- arms/html/analysisResource/modal/content-modal_sankey.html (.../content-modal_sankey.html) (revision 65b9da9df84ac188a3a0bf64e5dfab93e20db5de) +++ arms/html/analysisResource/modal/content-modal_sankey.html (.../content-modal_sankey.html) (revision ca71c577b1fd9219fce337ed115b60c191722ca4) @@ -83,11 +83,10 @@ - -
+
Index: arms/js/common/jspreadsheet/jspreadsheetAPI.js =================================================================== diff -u -r65b9da9df84ac188a3a0bf64e5dfab93e20db5de -rca71c577b1fd9219fce337ed115b60c191722ca4 --- arms/js/common/jspreadsheet/jspreadsheetAPI.js (.../jspreadsheetAPI.js) (revision 65b9da9df84ac188a3a0bf64e5dfab93e20db5de) +++ arms/js/common/jspreadsheet/jspreadsheetAPI.js (.../jspreadsheetAPI.js) (revision ca71c577b1fd9219fce337ed115b60c191722ca4) @@ -292,7 +292,7 @@ return items; }, - search:true, + search:false, pagination:30, // data: getSheetData(), data: sheetData, @@ -464,7 +464,7 @@ return items; }, - search:true, + search:false, pagination:10, // data: getSheetData(), data: sheetData, @@ -596,7 +596,7 @@ return items; }, - search:true, + search: false, pagination:10, data: sheetData, columns: columnListExample,