Hi Allan,
I was trying to compare the form data with available data in table within "events": {"onPreSubmit":....}
and doing some comparison like this
if (aaData[i].id!==o.data.id){}
But I get error as " aaData is not defined". Let me know the reason please.
I was trying to compare the form data with available data in table within "events": {"onPreSubmit":....}
and doing some comparison like this
if (aaData[i].id!==o.data.id){}
But I get error as " aaData is not defined". Let me know the reason please.