Skip to content
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

Timeline: get next event by time #50

Open
aparshin opened this issue Nov 28, 2012 · 1 comment
Open

Timeline: get next event by time #50

aparshin opened this issue Nov 28, 2012 · 1 comment
Labels

Comments

@aparshin
Copy link
Contributor

How can I get next by time event?

Events are sorted during rendering, but the result is not stored for future reuse...

@josdejong
Copy link
Contributor

The Timeline has no provisions for that at the moment.

Functionality like this will be easier to implement when the Timeline internally becomes key/value based instead of table based, as discussed in issue #39. Because manipulation of items is currently row based, it would not be a good idea to let the Timeline re-order the data automatically, but as soon as the data is an un-ordered, indexed map, these things can be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants