Making datagrid row values sticky

Making datagrid row values sticky

neajneaj Posts: 8Questions: 0Answers: 0
edited March 2014 in General
Hi all

I want to setup datatables such that fields on the modal popup default to the values that were entered for the previous row.
I'm trying to get the previously entered values using [code]jq('#myfield_datagrid').dataTable().fnGetData()[/code]
but this returns the rendered values. I'm interested in the raw values that I can see in the [code]
This discussion has been closed.