-
Notifications
You must be signed in to change notification settings - Fork 161
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
Change the way igxGrid allows using the igxPaginator
#9097
Labels
grid: paging
paginator
program: igniteui
project management
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
ddincheva
added a commit
that referenced
this issue
Jun 18, 2021
ddincheva
added a commit
that referenced
this issue
Jun 18, 2021
ddincheva
added a commit
that referenced
this issue
Jun 18, 2021
ddincheva
added a commit
that referenced
this issue
Jun 18, 2021
ddincheva
added a commit
that referenced
this issue
Jun 18, 2021
ddincheva
added a commit
that referenced
this issue
Jun 30, 2021
ddincheva
added a commit
that referenced
this issue
Jun 30, 2021
ddincheva
added a commit
that referenced
this issue
Jun 30, 2021
14 tasks
ddincheva
added a commit
that referenced
this issue
Jun 30, 2021
ddincheva
added a commit
that referenced
this issue
Jul 6, 2021
ddincheva
added a commit
that referenced
this issue
Jul 6, 2021
ddincheva
added a commit
that referenced
this issue
Jul 6, 2021
ddincheva
added a commit
that referenced
this issue
Jul 6, 2021
ddincheva
added a commit
that referenced
this issue
Jul 6, 2021
ddincheva
added a commit
that referenced
this issue
Jul 14, 2021
ddincheva
added a commit
that referenced
this issue
Jul 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
grid: paging
paginator
program: igniteui
project management
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
Currently, the
igx-paginator
can be used as paginator for theigx-grid
, but this comes with no integration. As a developer, I should be able to put theigx-paginator
inside theigx-grid
, and this should be enough for the paging to work (meaning the paginator and the grid are synced).All paging properties related properties exposed by the grid should be deprecated, or made private, as they are duplicates of the same paginator properties.
If deprecated or hidden, think of how to resolve the
If any of these properties/inputs/outputs/methods should be used, the developer should use it through the
igx-paginator
.Describe the solution you'd like
Additional issues
#8914
IgxGridPagingPipe
usespage
andperPage
grid properties values to slice the data correctly. This should be handled, if these gets deprecatd/hidden.IgxGridPagingPipe
- for example think of removing the grid.pagingState entirely, as it only seems to serve for getting the totalCountr number, and is used by the state directive.paging
eventThe text was updated successfully, but these errors were encountered: