Edit data in inputs in cells

Edit data in inputs in cells

CezarrCezarr Posts: 8Questions: 3Answers: 1

My table contains inputs and selectlist. If I change anything and then I want to move row to other table and it is moved with previous data in inputs. I know that I should "update datatable", but
activeTable.rows().invalidate(); activeTable.rows().invalidate().draw(); activeTable.rows().invalidate().draw(false); - don't work

Answers

  • kthorngrenkthorngren Posts: 21,154Questions: 26Answers: 4,919

    It would be difficult to guess what the problem is without seeing it. Please post a link to your page or a test case replicating the issue so we can take a look.

    Kevin

This discussion has been closed.