Home
last modified time | relevance | path

Searched refs:columnOrFunction (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js568 sortBranch: function(node, columnOrFunction) { argument
573 columnOrFunction = columnOrFunction || settings.column;
574 sortFun = columnOrFunction;
576 if ($.isNumeric(columnOrFunction)) {
581 var val = node.row.find("td:eq(" + columnOrFunction + ")").text();