After going through the cdn js code figured out that the params call back functions are success
instead of successCallback
and fail
instead of failCallback
.
Also, it required to change the back-end such that the response should contain the data in rowData
field instead of the current rows
field of the response json.