Trouble Filtering With Ajax-populated Data with Jquery Datatables?

Did you use search query in your server side page.

Did you use search query in your server side page exaple like this if ( $_GET'sSearch'! = "" ) { $sWhere = "WHERE engine LIKE '%". Mysql_real_escape_string( $_GET'sSearch' )."%' OR ".

"browser LIKE '%". Mysql_real_escape_string( $_GET'sSearch' )."%' OR ". "platform LIKE '%".

Mysql_real_escape_string( $_GET'sSearch' )."%' OR ". "version LIKE '%". Mysql_real_escape_string( $_GET'sSearch' )."%' OR ".

"grade LIKE '%". Mysql_real_escape_string( $_GET'sSearch' )."%'"; }.

Actually, the problem ended up being some html that I was passing in the JSON (a link) that was placed into one of the td elements in the table. It was malformed and was causing the headache.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions