Filter data with sql query and join tables
Filter data with sql query and join tables
I haven't been using DT very long, and am wanting to join 2 tables and also apply a filter if a record value is not equal to 1. I tried adding my sql that works, but it breaks the search box function. I guess I am wanting to know where to put my WHERE filter to not break the one in the example file for server-side processing.
This discussion has been closed.
Replies
Allan
[code]`".str_replace(" , ", " ", implode("`, `", $aColumns))."` [/code]
If I take this out and put an * in it's place my JOIN works, but my search box gets broken.