I am using the primeng datable component like this
<p-dataTable [value]="myModel" [paginator]="true" [pageLinks]="5" > <p-dataTable>
Givent I am on a page other than 1 with sorting enable, if I modifiy myModel
table, it resets my paginator to page 1...
Has anyone been able to solve this ?