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

addWidget() & load() fix for existing element #2131

Merged
merged 1 commit into from Dec 29, 2022

Commits on Dec 29, 2022

  1. addWidget() & load() fix for existing element

    * we now support calling addWidget() when there is an existing HTML element not yet initialized, but with creation options
    * load() also now supports the same
    * make sure grid and items have the correct GS styles (don't assume callee does when they init()/addWidget()
    
    these are required by new Angular wrapper to optimizes updates.
    adumesny committed Dec 29, 2022
    Copy the full SHA
    c0693e2 View commit details
    Browse the repository at this point in the history