Datatable Editor :: Showing old value on clicking any other cell

Datatable Editor :: Showing old value on clicking any other cell

SairaSaira Posts: 7Questions: 3Answers: 0

Hi

We are using Datatable inline editing to submit data on server. For one table we are experiencing weird behavior , if some change any cell value and then click on any other cell it show the old value for a while and then shows updated value. We have also enabled Keys and it works fine with Key navigation. I am attaching a short video clip. https://drive.google.com/file/d/13htfqq6ESj46qRKbTzExUywjAvo8yNyE/view

Thanks

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hi @Saira ,

    We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. The video is useful, but hard to diagnose without code. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • SairaSaira Posts: 7Questions: 3Answers: 0

    Colin,

    Here is the Datatable debugger link https://debug.datatables.net/akezen. We have 6 tables on page, encountering above mentioned issue with #tblCashFlowAnalysis

    Thanks

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Can you show me the Javascript you are using for both DataTables and Editor please? Could you also show me the JSON return from the server after an inline edit request?

    Thanks,
    Allan

This discussion has been closed.