Skip to content

Bug: Table reset fetches data from index 0 instead of current page #57

@ShubhamJitiya

Description

@ShubhamJitiya

When the table is rebuilt the didUpdateWidget of PagedDataTable is called.
Call to tableController._reset(columns: widget.columns); causing the issue which resets to fetch from 0 index. On passing the current page index can fix this.

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