Search code examples
angulardatatablesangular-datatables

Angular Datatable integration


I am new to the Angular and I have worked in Datatable (jQuery). Here is my problem, did you know how to integrate jQuery Datatable plugin with Angular6?

My project going to depend fully on the Datatable but i don't find anything to integrate with Angular6.


Solution

  • Finally i have found (PrimeNg) which is more similar to the jQuery Datatable.

    https://www.primefaces.org/primeng/#/table 
    

    This has all the basic feature that jQuery Datatable has,

    1. Pagination
    2. Sorting
    3. Table info
    4. Search for all columns
    5. Inline Edit / Add / Delete
    6. Column Show / Hide feature.
    7. Expand rows.
    8. Table Row selection.

    And more than that it is made with pure Angular and It is supporting the latest version (Angular 6). And fully customizable.

    So we have decided to go with this one.