How to find AJAX data with no column?

How to find AJAX data with no column?

andrew45andrew45 Posts: 23Questions: 7Answers: 0

Data is loaded to a Datatable as AJAX with a structure like {"id":"1","name":"a1","surname":"b1"},{"id":"2","name":"a2","surname":"b2"}, ...

But the Datatable has only 2 columns ("name" and "surname").

How to filter (search) to show only a row with id=1 ? I can't work this out because there is no column with "id".

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.