Behavior limits of PrimeNG p-table lazy loading when backend totalRecords changes
When using PrimeNG’s p-table with lazy loading, the component relies on the totalRecords input to render pagination controls. If the backend returns a different total count between requests, the paginator may display an incorrect number of pages or become stuck because the reported total no longer matches the fetched page size. The current implementation doe