X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=plugins%2Fquerytable%2Fstatic%2Fjs%2Fquerytable.js;h=57b260dc073c9f2ee1928d9b43629b9289b02a17;hp=8712e523ec08393ae56e8c1127dbad1dd0d33673;hb=df596019496a6fb2ad0a8e2c32f1a2310101cf49;hpb=38077fa6e864ddbb6b66ba2cd4723f6d18800305 diff --git a/plugins/querytable/static/js/querytable.js b/plugins/querytable/static/js/querytable.js index 8712e523..57b260dc 100644 --- a/plugins/querytable/static/js/querytable.js +++ b/plugins/querytable/static/js/querytable.js @@ -126,60 +126,32 @@ this.columnpicker = new Slick.Controls.ColumnPicker (this.slick_columns, this.slick_grid, this.slick_options) - }, // initialize_table - // Determine index of key in the table columns - getColIndex: function(key, cols) { - var tabIndex = $.map(cols, function(x, i) { if (x.sTitle == key) return i; }); - return (tabIndex.length > 0) ? tabIndex[0] : -1; - }, // getColIndex - - checkbox_html : function (key, value) { - if (debug_deep) messages.debug("checkbox_html, value="+value); - var result=""; - // Prefix id with plugin_uuid - result += "