mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
alt-click to select TOI from table
This commit is contained in:
@ -88,12 +88,14 @@ define(
|
||||
'exportService',
|
||||
MCTTableController
|
||||
],
|
||||
controllerAs: "table",
|
||||
scope: {
|
||||
headers: "=",
|
||||
rows: "=",
|
||||
enableFilter: "=?",
|
||||
enableSort: "=?",
|
||||
autoScroll: "=?"
|
||||
autoScroll: "=?",
|
||||
onRowClick: "&"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user