Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to sort at the initial page load. #1022

Open
dilshankm opened this issue Oct 10, 2017 · 1 comment
Open

How to sort at the initial page load. #1022

dilshankm opened this issue Oct 10, 2017 · 1 comment

Comments

@dilshankm
Copy link

I need a list to be sorted at the initial page load.But sorting seems only working when i click the sorting arrows. Is it possible list to be sorted at initial page load.

@oleks-fedotov
Copy link

oleks-fedotov commented Oct 20, 2017

You can do that by specifying sorting option as initial value for NgTableParams:

new NgTableParams({
        filter: requestQueryParameters.filter,
        sorting: requestQueryParameters.sort,
        count: requestQueryParameters.recordsPerPage,
        page: requestQueryParameters.page
    },
    {
        dataset: [.....]
    }
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants