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

ui: table - implement pagination support (live and offline modes) #521

Closed
christophercr opened this issue Jul 17, 2018 · 2 comments
Closed

Comments

@christophercr
Copy link
Collaborator

christophercr commented Jul 17, 2018

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem

Expected behavior

The pagination in the stark-table should support the following modes:

  • live mode: the pagination should just emit an output event indicating that the data should be paginated. The developer should then trigger the necessary logic to paginate the data and update the data source of the table.
  • offline mode: the pagination should be done internally in the table component without changing the data source.
@christophercr
Copy link
Collaborator Author

Blocked by #539

@christophercr
Copy link
Collaborator Author

Closed in #714

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

No branches or pull requests

1 participant