-
Notifications
You must be signed in to change notification settings - Fork 490
v0.5.0 release: Cannot read property 'serverSide' of undefined #439
Comments
Mmh it's weird you got this error. If you want to rollback to older version, you can use this url: https://rawgithub.com/l-lin/angular-datatables/v0.4.3/dist/angular-datatables.min.js |
@l-lin below is the code where the error is thrown. If I remove the datatable="ng" bit then then table renders with the data and no error is thrown. short-term I will roll back to v0.4.3 using the url you sent, thanks. long-term lmk if there is something I should change or test so I can use the latest version. Regards
|
Ok, my bad. Forgot a check. |
have same issue angular AngularJS v1.3.13
|
Same issue here, please let us know what to do! |
It will be fixed on v0.5.1. |
Thanks! |
I upgraded to v0.5.1 and still throws same error when I put the datatable="ng" right away |
v0.5.1 is still not out... |
Please update repo with new tag #0.5.1 Using bower still gets old version. |
Hi @l-lin may I know when you will release v0.5.1? |
I'm still getting this error |
Can you share your code? |
Angular-datatables was working fine until the v0.5.0 release here https://rawgit.com/l-lin/angular-datatables/master/dist/angular-datatables.min.js
I am now receiving the following error:
And my dependency versions are listed here in the following order:
On my web page the table now just says "Loading..." however the table never loads the actual data into the table because of this error. Should I change my dependency versions or what url can I specify to roll back to angular-datatables version 0.4.2 or 0.4.3 which was working? And is anyone else encountering this error or can confirm this error?
Regards
The text was updated successfully, but these errors were encountered: