Skip to content

Nor Sorting neither Paging with async datas #17

@dacodemaniak

Description

@dacodemaniak

Hi, nice job, but, when loading datas from an API, nor sorting, neither paging...

this.route.data .subscribe((data: any[]) => { //console.log('Données : ' + JSON.stringify(data)); this.quotations = data.QuotationsListResolveService; this.length = this.quotations.length; this.loader = false; });

Datas displayed, but... no sorting, no paging (all datas are displayed but 10 as expected)

Any idea ?

Regards

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