diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableController.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableController.js index 7f46e0a994fadb002c77c7d52b2a94325783fa92..e17443303dd573a481f67ab5ba7f8e88e0d5b98f 100644 --- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableController.js +++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableController.js @@ -51,10 +51,6 @@ function FreeFormTableController(sample, isEnabled) { this._freeFormTableView.deleteTable(tableIdx); //Removes from view } - this.setTableSize = function(tableIdx, numRow, numCols) { - - } - this.addRow = function(tableIdx, rowIdx) { } @@ -71,6 +67,13 @@ function FreeFormTableController(sample, isEnabled) { } + this.importCSV = function(tableIdx) { + + } + + this.exportCSV = function(tableIdx) { + + } // // Getters //