When I create new record the data update but the table doesn't.

When I create new record the data update but the table doesn't.

fruliofrulio Posts: 1Questions: 1Answers: 0

I have this problem when I create a new record in atable. The table doesn't refresh automatically. I have the refresh the page to see the record that I added. Can anyone help please?

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Sounds like the server isn't responding with the expected JSON data. Can you link to a page showing the issue please? If that isn't possible, perhaps you can show me your initialisation code, the JSON used to load the table, the data being submitted from the form and the JSON in response to that submit.

    What server-side libraries are you using, or have you got custom code at the server-side?

    Thanks,
    Allan

Sign In or Register to comment.