Raja
Raja

Reputation: 3627

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.

Upvotes: 0

Views: 2812

Answers (5)

Raja
Raja

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,

  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.

Upvotes: 1

kerpekri
kerpekri

Reputation: 377

In our project we are using Ngx-datatable, it has a good documentation and a lot of features.

Upvotes: 0

Sanjay Rajeev
Sanjay Rajeev

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

Markus Benz
Markus Benz

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.

  • Devexpress extreme
  • Angular Material

Upvotes: 0

RedOne
RedOne

Reputation: 115

You can use material Angular Material table

Upvotes: 0

Related Questions