FE/Angular
[ ANGULAR ] datatable 전체 선택 현재행으로 제한
HEON.D
2022. 12. 27. 16:46
<ngx-datatable [selectAllRowsOnPage]="true"></ngx-datatable>
How to select current page's rows only in ngx data table in angular5
I am using ngx-data table and using checkbox type of ngx-data table. I want to select current pages rows only but it when i select-all option so it selects all rows in array. My code is here <ngx-
stackoverflow.com