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
<input type="search" class="col-sm-3.1 m_left16 " id="searchAll" [(ngModel)]="searchAllDataBenchmark"
placeholder="Search by keywords" autocomplete="off">
<tr *ngFor="let i of userArray2 | filter: searchAllDataBenchmark | paginate: { itemsPerPage: 8, currentPage: p } ">
<pagination-controls (pageChange)="p = $event"></pagination-controls>
It's working properly when stay in 1st page in the pagination search filter is working. But when click the send page and search any table data it's not working and data table is not filtering. Data table array is showing blank.
Angular Version is: 13.1.0 ngx-pagination: 5.1.1
The text was updated successfully, but these errors were encountered:
This is search filter directives
Below is the HTML code with array table
It's working properly when stay in 1st page in the pagination search filter is working. But when click the send page and search any table data it's not working and data table is not filtering. Data table array is showing blank.
Angular Version is: 13.1.0
ngx-pagination: 5.1.1
The text was updated successfully, but these errors were encountered: