Skip to content

Window.on("resize"); should be configurable #107

Description

@ckosmowski

It should be configurable if the grid will attach a window.on("resize") event itsself or not. In our application for example there is one centralized window.on("resize") event which delegates all the work that needs to be done.

This is because the window.resize() can be expensive. And in some situation especially with jquery.ui resize functions used it can be triggered even if the window has not been resized.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions