How to reset the data which is present in datatable
How to reset the data which is present in datatable
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().