nshah31
Results
1
comments of
nshah31
To remove columns i am using this `$(o).find("tr").not(e.settings.exclude).each(function (i, o) { var cloneRow = $(o).clone(); $(cloneRow).find(e.settings.exclude).remove(); var html = $(cloneRow).html(); tempRows += "" + html + ""; });`