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

Viewing execution result doesn't work past page 1 #60

Closed
aschey opened this issue Jun 2, 2019 · 0 comments
Closed

Viewing execution result doesn't work past page 1 #60

aschey opened this issue Jun 2, 2019 · 0 comments

Comments

@aschey
Copy link
Contributor

aschey commented Jun 2, 2019

Currently, the render function in table-view.js binds the click events to view the execution results, but it only works for the buttons that are currently in view since it uses jQuery to get a list of buttons. The render function only executes once, so any buttons past page 1 won't have their click events bound.

sabw8217 added a commit that referenced this issue Dec 11, 2019
Move the binding of execution result click events to draw.dt event. Resolves issue #60.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant