push my latest changes because I'm agile
This commit is contained in:
@@ -45,7 +45,7 @@ define([
|
||||
|
||||
var removeColumn = function (uid) {
|
||||
//var I/
|
||||
var $col = $('th[data-rt-uid="' + uid + '"]');
|
||||
var $col = $head.find('th[data-rt-uid="' + uid + '"]');
|
||||
if (!$col.length) { return; }
|
||||
|
||||
/* removing a column is difficult because the elements
|
||||
|
||||
Reference in New Issue
Block a user