aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-06-23 20:11:01 +0000
committerzsloan2022-06-23 20:11:01 +0000
commit7d93a4c91d57a0f47a3478a3c9e363963fdc9daf (patch)
tree435865e50aacb6cbdc47194f0200e3c1d47b7b00
parent65768f80a4d5ec0320ca62355e5dec8e112b85c8 (diff)
downloadgenenetwork2-7d93a4c91d57a0f47a3478a3c9e363963fdc9daf.tar.gz
Change tableSettings in loadDataTable parameters to customSettings
-rw-r--r--wqflask/wqflask/static/new/javascript/create_datatable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/static/new/javascript/create_datatable.js b/wqflask/wqflask/static/new/javascript/create_datatable.js
index 4c9d5c78..7b495a8b 100644
--- a/wqflask/wqflask/static/new/javascript/create_datatable.js
+++ b/wqflask/wqflask/static/new/javascript/create_datatable.js
@@ -1,8 +1,8 @@
create_table = function(tableId, tableData, columnDefs, customSettings) {
- loadDataTable(tableId=tableId, tableFata=tableData, tableSettings=tableSettings, firstRun=true)
+ loadDataTable(tableId=tableId, tableFata=tableData, customSettings=customSettings, firstRun=true)
- function loadDataTable(tableId, tableData, tableSettings, firstRun=false){
+ function loadDataTable(tableId, tableData, customSettings, firstRun=false){
if (!firstRun){
setUserColumnsDefWidths(tableId);
}