[Solved] How to create a editable data-table (with pagination) without using Angular material? [closed]


You can use simple html table with css styles
1. have the angular reactive formArray
2. put the inputs into tables
3. and you can use ng-bootstrap pagination
https://ng-bootstrap.github.io/#/components/pagination/overview

solved How to create a editable data-table (with pagination) without using Angular material? [closed]