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

Math widget: Please clarify default recalculation behavior #1317

Closed
Chealer opened this issue Nov 22, 2016 · 2 comments
Closed

Math widget: Please clarify default recalculation behavior #1317

Chealer opened this issue Nov 22, 2016 · 2 comments

Comments

@Chealer
Copy link

Chealer commented Nov 22, 2016

According to the documentation of the Math widget,

By default, recalculations are performed after:

[...]
After any triggered "update" which may change a cell value.

Please clarify what is meant by "triggered "update" which may change a cell value.".

@Mottie Mottie closed this as completed in c26e017 Nov 22, 2016
@Mottie
Copy link
Owner

Mottie commented Nov 22, 2016

Hi @Chealer!

I've added an explanation to the documentation. It's still in the master branch, so the actual documentation has not yet been updated.

Anyway, a triggered "update" refers to the "updateComplete" event which is fired after an "update", "updateAll", "updateCell" or "addRows" method has completed.

@Chealer
Copy link
Author

Chealer commented Nov 26, 2016

Thank you @Mottie. While that clarifies, I still find the first sentence taken alone unclear. If I understand correctly, I would suggest:

After any call to a tablesorter method which may change a cell value.
After the updateComplete event is fired (which happens after tablesorter methods which may change cell values are called).

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

No branches or pull requests

2 participants