0

Here is the angularjs-datatables (Angular 1) link

angular-datatables v0.6.x

And Here is jquery-datatables link

jquery-datatables

I think there are no any letest update in angularjs-datatables and i used this in my project but it creates many problems in server side configuration and many more..

angular-datatables in latest angular versions like 6,5 it work awesome but it create server side problems in angularjs(1)

so i need suggestion that is better to use only jquery datatables in angularjs project?

1
  • If you want to use jQuery DataTables anlong with AngularJS you should defently use the directives from Angular DataTables 0.6.x. Today it is only maintained for AngularJS, no further active development, but that is not a problem since there were not much left to take care of. Remember, it is only wrapper directives that encapsulate DT. I sincerely doubt you experience serverside problems because of Angular DataTables, it is most likely your own serverside backend that is the problem here. Commented Sep 28, 2018 at 12:53

1 Answer 1

-1

Is it new app or existing one?

I wouldn't invest my time in AngularJS in late 2018 if it is new app. Good or bad, AngularJS is now legacy.

Can't you find an Angular 2 alternative that will be supported in the future?

If you already have an AngularJS and need more functionality I don't think that you have alternative except using old modules that you can not expect to be supported anymore and hope they will work fine. It's not the best practice to mix Angular(JS) and jQuery.

Sign up to request clarification or add additional context in comments.

7 Comments

yah it is existing one! and create problem in server side datatables processing
As both me and Haroldo_OK have pointed it is possible, but not the best practice to mix Angular and jQuery. That's why I would reccommend you to stick to the angular-datatables.
i want to stick in angularjs-datatables but not going good with server side and another think i m using phalcon php as a backend so its not going good
So you have to compare the pros and cons of your usecases of having mixed angular and jquery project or to fix the angularjs-datatables problems. There is no universal solution,
There is no less headaches with Angular than there is with AngularJS. And as we can see here on stackoverflow, people using Angular have a lot of headaches caused of incompatibility between Angular versions and breaking changes that make their core tools to fail
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.