Skip to content

Commit

Permalink
search results are NOT sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jul 1, 2011
1 parent a56e7b5 commit d20da8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

3 changes: 3 additions & 0 deletions software/frontend/source/class/ep/ui/SearchView.js
Expand Up @@ -22,6 +22,9 @@ qx.Class.define("ep.ui.SearchView", {
this._add(this.__vPane, { flex : 1 });
var tm = ep.data.NodeTableModel.getInstance();
tm.setColumns(colDef.names, colDef.ids);
for (var i=0;i<colDef.names.length;i++){
tm.setColumnSortable(i,false);
}
this._createTable(colDef.widths);
this._createView();
},
Expand Down

0 comments on commit d20da8f

Please sign in to comment.