Retrieve edited values from datatable
Retrieve edited values from datatable
Hi,
I have a page using a datatable with a json source. While initializing the table on one column I use a render function to add a select with the applicable options on rows where the data is null. All this works quite nicely until I want to submit. In my submit function I have tried many ways to retrieve the changed values from the table but nothing seems to work. All of the methods I have tried return me the original blank values.
Ideally I would like a way to get an instance of select controls I put in the table when in the render function and though I defined unique id's for them I am not able to retrieve them.
Any ideas on how I can get to the changed data?
Thanks
Answers
Can you show us what you have tried with a link to the page please, so I can see what you are trying to do and suggest how it might be made to work.
Allan
Hi Allan,
Thanks for your response. I did in fact find a solution.
Regards,
Gary