Tables / Datatables
Tables and Datatables are powered by the famous ngx-datatable plugin. Please refer there documentation for more details. https://github.com/swimlane/ngx-datatable
Importing
First import it to your app module or any submodule as you wish
How to use
Simple table example.
More examples can be found in angular/src/app/tables/advance
and angular/src/app/tables/simple
pages
Last updated