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
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[x ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
On customizing the pagination component, the rows are hidden. The component file is
After removing (pageChange)="myTable.onFooterPage($event)", the rows are displayed, but then not sure how to handle page changes.
Expected behavior
The pagination customization should not hide rows.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Table version: 20.1.0
Angular version: 16.x.x
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
On customizing the pagination component, the rows are hidden. The component file is
After removing
(pageChange)="myTable.onFooterPage($event)"
, the rows are displayed, but then not sure how to handle page changes.Expected behavior
The pagination customization should not hide rows.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: