How “Draw” is working in Server side angular Datatables #1555
Replies: 1 comment
-
Hi, If you take a look at Server side processing in datatables.net documentation, you'll find that I believe you're looking at this the wrong way. The reason why pagination isn't working is because you're sending incorrect values to Check your API server. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to implement, server side angular datatables for implementing server side pagination. Data is populated from API, but datatable properties are not working(sort, search, UI pagination). I observed in the example API,
draw
keyword is dynamically updating for every pagination click. How can we send draw parameter from UI ? what is the importance of draw key in the response. isdraw
key is mandatory in JSON response ? could you please help me on this issue,I took below example for reference, but not sure how draw is updating for every click. Please suggest me.
https://stackblitz.com/edit/angular-datatable-server-side-dwxpsz
http://l-lin.github.io/angular-datatables/#/basic/server-side-angular-way
Beta Was this translation helpful? Give feedback.
All reactions