Reputation: 3627
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.
Upvotes: 0
Views: 2812
Reputation: 3627
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,
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.
Upvotes: 1
Reputation: 377
In our project we are using Ngx-datatable, it has a good documentation and a lot of features.
Upvotes: 0
Reputation: 151
1) Using Angular Material will give you better UI than any other library
2)You can go for Angular Datatable in this you have to install many packages to achieve datatable all things that to be done is given in this documentation
Upvotes: 2
Reputation: 146
Don't use jquery with angular6. If you use angular forget jquery completly. It's like you want to play basketball in a soccer game. There are other grid implementations for angular which work fine in angular. Never ever include jquery in your angular project.
Upvotes: 0