reload stucks

reload stucks

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

I have problems with the ajax.reload (). After I have clicked the submit button with the editor, I see in the browser debuger that the data is sent to the server and that an ajax.reload is requested for the table. The server also sends the new data back to json, but the table does not show the data. There is processing in the table, but nothing else happens.

To mention would be that I have several tables which are displayed by TAB. Each of these individual tables has its own buttons for deleting or editing the respective tables.
I tried to upload data with the datatable debugger, but there is always an error during the upload

Answers

  • allanallan Posts: 61,443Questions: 1Answers: 10,053 Site admin

    Happy to have a look at a test case showing the issue. I'm not sure why ajax.reload() would be getting stuck.

    Allan

  • Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

    I have found the Problem. The draw counter are set always to one. After fix this, the reload works fine

This discussion has been closed.