How to reset the data which is present in datatable
How to reset the data which is present in datatable
swapnils@msoft.co.in
Posts: 3Questions: 3Answers: 0
i have one dynamic textfield in datatable which is not getting reset when modal gets closed
i have displayed the datatable on the modal
This discussion has been closed.
Answers
If the value behind the field was changed, then you need to call
cell().invalidate()
. If you need this performed to entire row,row().invalidate()
.