Replies: 1 comment
-
|
this is solved |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey Guys,
has anybody toyed with the idea of creating dynamic views based on user action?
I am dealing with potentially massive dataset and what I would like to do is to be able to drill down ( let's say into a month ) and then subscribe to a very narrow slice of daily data from this month in a 2nd view and then display them in one data table in the UI.
So for this I would need to be able to track the data changes from two different views in one websocket. Is it possible to have view specific row ID for the updates ?
This would be a massive effciency leap as view no.1 would fly because its highly aggregated and the 2nd view would fly because I would filter the data down to the little amount I am interested in.
Beta Was this translation helpful? Give feedback.
All reactions