From b65bc6a2d8e5cdb24acc097f4046db4cc73cce72 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Wed, 20 Aug 2014 09:50:17 +0000 Subject: [PATCH] SSDM-344 : New Free Form Table structure (ongoing work). SVN: 32259 --- .../SampleForm/widgets/FreeFormTableController.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 7f46e0a994f..e17443303dd 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 // -- GitLab