Input field value from data table only can be stored when at the active page

Input field value from data table only can be stored when at the active page

dreamxyzdreamxyz Posts: 1Questions: 1Answers: 0

I want to store the value of input field from data table into database, but it only allows to save the page where is active only, the other field value will became null. For example, there are 2 pages of data, i only allow to save the data on current active page, other pages value will get null. Any solution to solve this issue?

Answers

  • allanallan Posts: 63,893Questions: 1Answers: 10,531 Site admin

    Are you using client-side or server-side processing? If you are using client-side processing, take a look at this example.

    Allan

This discussion has been closed.