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

Implement #25 - Expand/hide all button #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 21, 2020

  1. Fix mlrv#24 Table not updating after tree has changed

    This commit fixes the issue of the table not
    updating as the tree passed to it changed.
    This is done by implementing OnChanges and
    rerunning initialization code after the tree
    has changed
    Stromwerk committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    a8e804d View commit details
    Browse the repository at this point in the history
  2. Implement mlrv#25 - Expand/hide all button

    This commit adds functionality to expand and hide
    all entries in the table.
    This is achieved by adding a button in the header
    of the table, which triggers the toggleAll() function.
    A helper function is added to check if all elements
    are visible, so the icon of the button can be changed
    accordingly.
    Stromwerk committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    c1461dc View commit details
    Browse the repository at this point in the history