mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 16:49:42 +00:00
[Tables] #801 Documented MctTable directive
This commit is contained in:
@ -68,6 +68,10 @@ define(
|
||||
|
||||
RealtimeTableController.prototype = Object.create(TableController.prototype);
|
||||
|
||||
/**
|
||||
* Overrides method on TelemetryTableController providing handling
|
||||
* for realtime data.
|
||||
*/
|
||||
RealtimeTableController.prototype.addRealtimeData = function() {
|
||||
var self = this,
|
||||
datum,
|
||||
@ -89,7 +93,7 @@ define(
|
||||
self.$scope.rows.length - 1);
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
return RealtimeTableController;
|
||||
}
|
||||
|
Reference in New Issue
Block a user