8000 Provide the option to disable the scroll listener · Issue #57 · alalonde/angular-scrollable-table · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Provide the option to disable the scroll listener #57
Open
@jdmarsh

Description

@jdmarsh

For a table with a large number of row (>1000) the table scrolling is very slow which I tracked down to the scroll event handler:
$element.find(".scrollArea").scroll(function (event) { $element.find(headerElementToFakeScroll).css('margin-left', 0 - event.target.scrollLeft); });
It appears this handles horizontal scrolling which I didn't need so I was able to take it out safely. Is there a way to give the option to improve performance for large data sets if horizontal scrolling isn't needed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0