Making datagrid row values sticky
Making datagrid row values sticky
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]
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.