problem with jquery auto completion table
Hi i am using auto complete table plug-in ,
and getting error like - " name is undefine " on below line of code
function _formatNameColumn(row)
{
return "<b>" + row['name'] + "</b>";
}
and parse function is also not working
"parse": function (data) {
return $.map(data, function (row) {
return {
data: row,
value: row.name,
result: row.name
}
});
please help me asap .
appreciate your help
Thanks
Shirish