Possibility to collapsed threads with persistance

This commit is contained in:
Alexandre Cloutier
2014-08-12 17:43:01 -04:00
parent 9a380f711c
commit c5f9dd086b
5 changed files with 139 additions and 8 deletions
-1
View File
@@ -248,7 +248,6 @@ var SOGoDataTableInterface = {
j++, i++) {
var row = this.rowModel.cloneNode(true);
this.rowRenderCallback(row, data[j], true);
row.show();
this.body.insertBefore(row, this.rowBottom);
}
}