pass parameter on DataTables.Editable sUpdateURL
pass parameter on DataTables.Editable sUpdateURL
sodel
Posts: 3Questions: 2Answers: 0
Hi All,
I need to pass parameters in DataTables.Editable sUpdateURL, I have tried
oUpdateParameters: { "testId": "hello" }
But it doesn't work , i don't want to pass parameters along with the url like below
sUpdateURL: "abc/update/test.do?testId=test",
Am using jquery datattable 1.9.4. Can any one please help me to find a solution for this
thanks in advance
This discussion has been closed.
Answers
can any one please help me to solve this