How to trigger the search on Server Side execution
How to trigger the search on Server Side execution
![hpegmslicensemgmt](https://secure.gravatar.com/avatar/417e386ffc3436adc95f90c09c09f702/?default=https%3A%2F%2Fvanillicon.com%2F417e386ffc3436adc95f90c09c09f702_200.png&rating=g&size=120)
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
This discussion has been closed.
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