-
Couldn't load subscription status.
- Fork 18
Implement tableviewer app #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…cally updated when networktables is updated
…css file for tableviewer. tornado_handlers.py serves up css files for pynetworktables2js.
…ized based on length of input
|
|
||
| function Tableviewer($el) { | ||
| this.$el = $el.addClass('tableviewer'); | ||
| this.ntRoot = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you trying to use this as a map? What about NT keys with weird symbols in them? That's why I use the d3_map in the main NT websocket class...
|
@amorygalili this PR |
|
Other issues:
|
I'm creating this pull request for you so I can comment on things. :)
Fixes #10