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

New widget-math type "below" #1027

Merged
merged 2 commits into from
Oct 7, 2015
Merged

New widget-math type "below" #1027

merged 2 commits into from
Oct 7, 2015

Conversation

LvLynx
Copy link
Contributor

@LvLynx LvLynx commented Oct 4, 2015

Hello!

I have created new calculation type "below". It works just like "above" except in other direction starting from top to bottom. It starts from index + 1, so it doesn't include itself in calculations and stops when encounters next "below" node.

Main idea was to be able to do calculations on next childRows set from parent row.

Created new calculation type "below". It works just like "above" except in other direction starting from top to bottom.
@LvLynx LvLynx changed the title Update widget-math.js New type "below" Oct 4, 2015
@LvLynx LvLynx changed the title New type "below" New widget-math type "below" Oct 4, 2015
Added optimization: there is no need to do calculations on rows which are already filtered.
Improved coding style to align it with rest of code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants