DataTables & Custom SQL - Page 2

DataTables & Custom SQL

2»

Replies

  • drrockdrrock Posts: 33Questions: 0Answers: 0
    So no solutions for Search issue?

    I realize the server_processing.php example is separate from DataTables but in general would it be fair to say that you cannot use custom SQL (in particular table joins) in conjunction with DataTables?

    I've read other posts that involve custom SQL in conjunction with server side processing and many if not all run into the same Search issue.
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    edited June 2011
    side note: I too do not have json installed oh PHP (5.1). but someone pointed me to http://www.boutell.com/scripts/jsonwrapper.html for a library that gives you json_encode()
  • uvaldezuvaldez Posts: 3Questions: 0Answers: 0
    If you want to search using one column just use in the where section something like this

    $sWhere = " where promo_title like '%" $_GET['sSearch_'.$i] "%' ";
This discussion has been closed.