object reference data presentation (how to create a static table with object reference data) #5777
Unanswered
rhoran1961
asked this question in
Community Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to represent object reference data. Say I have a satellite and it has a couple values that don't change, but each object has different values. An example is in png. This table is created with Vue, I want to incorporate this into an openmct plugin. However I cannot find a good example. The telemetry table plugin is very complicated and has so much more than what I need for this table.
Now what would be great is i create a table in the object tree, export it, it has all the rows and columns in the table, and I can create them when i create the json for the object tree. However, I am thinking another way is to get the data for the object (from my telemetry server) when it is shown.
I could use a telemetry table but I don't need the data updated all the time. i only need it when the table is viewed (or visible).
I am lost as to what is the right process here in openmct. Has anyone created a simple static table plugin? Any guidance would be great. I am not seeing what I need in the tutorial when it comes to use Vue in openmct.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions