Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

How to programmatically change the page. #92

@TheBranchDriftCatalyst

Description

@TheBranchDriftCatalyst

Have a tree grid that has a single page. Update dataset to have multiple pages. Scroll to other pages. Change dataset back to a dataset that only has 1 page. The grid is stuck in a blank state where it can't render rows because it is on page 2 when only 1 exists.

The variables options.paging.offset does not propagate downward into the data-table controllers at all. Furthermore, pretty much nothing propagates down correctly due to all these custom watchers. The entire component set does not use any angular data propagation at all instead relying on custom watchers.

How do I programmatically change the page? I have created a fork of this component and added custom events to the pager.controller, body.controller, datatable.controller. Nothing works.

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