You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] 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.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Expected behavior
The pagination in the stark-table should support the following modes:
The text was updated successfully, but these errors were encountered: