ajax.reload callback sometimes returns previous JSON

ajax.reload callback sometimes returns previous JSON

DigitoxinDigitoxin Posts: 1Questions: 0Answers: 0

The callback for ajax.reload does not always return the JSON that was just retrieved from the ajax call. Sometimes it will return the previous JSON from the before the reload. The table is refreshing correctly with the JSON from the current ajax call, but the JSON in the callback is not reflecting the JSON from the current ajax call. This does not happen all of the time.

Replies

  • kthorngrenkthorngren Posts: 21,173Questions: 26Answers: 4,923

    Maybe this thread will help. If not please post a link to your page or a test case replicating the issue so we can help debug.

    Kevin

This discussion has been closed.