How to trigger the search on Server Side execution
How to trigger the search on Server Side execution
hpegmslicensemgmt
Posts: 22Questions: 7Answers: 0
Dear all,
I've a Datatable where the "source" is an underlying HTML Table, where I'm using SearchBuilder without any problem.
However, I would now like to use it on another Table where the "source" is comming Server Side (PHP) using ajax.
When I try to apply the SearchBuilder, nothing happens when I just type. (no activity in the Chrome DevTools).
How can I trigger the Search to be executed ?
Best regards,
David
Answers
Dear all, I just found that onsubmit="return false;" on my general Form tag solves the issue :-)
However, is there an example on how to create a SQL Where Statement using SearchBuilder ?
I don't believe there are any examples, but it would be worth looking at this blog post, as it discusses using the Editor scripts for SSP. If you look at those scripts, I suspect there'll be examples in there.
Colin