alt-click to select TOI from table

This commit is contained in:
Henry
2016-10-06 10:23:42 -07:00
18 changed files with 213 additions and 175 deletions

View File

@ -88,12 +88,14 @@ define(
'exportService',
MCTTableController
],
controllerAs: "table",
scope: {
headers: "=",
rows: "=",
enableFilter: "=?",
enableSort: "=?",
autoScroll: "=?"
autoScroll: "=?",
onRowClick: "&"
}
};
}