Save the state of input elements
Save the state of input elements
madaan18
Posts: 4Questions: 0Answers: 0
Hi,
In my datatable there are some editable fields but when i do pagination , sorting or change the size of my table , i lost my changes.
I read somewhere to add submit event handler in a form , but my datatable is not inside a form. Please suggest me the way so that i can preserve my changes even after applying pagination , sorting etc.
Thanks $ Regards
Tarun Madaan
In my datatable there are some editable fields but when i do pagination , sorting or change the size of my table , i lost my changes.
I read somewhere to add submit event handler in a form , but my datatable is not inside a form. Please suggest me the way so that i can preserve my changes even after applying pagination , sorting etc.
Thanks $ Regards
Tarun Madaan
This discussion has been closed.
Replies
I think problem is with ajax call, data is getting populated through ajax calls. Please suggest me the fix.
Thanks $ Regards
Tarun Madaan