79553273

Date: 2025-04-03 14:52:01
Score: 1
Natty:
Report link

fixed in the model by synchronising data length in ajax response


success: function(response, status, jqXHR) 
{ 
  var from = jqXHR.fromPage * PAGE_SIZE; 
  var count = response.d.nodes.length; data.length = data.length + count;// instead of the total data response.d.totalNodes;
 //etc..
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sadri Lassoued