YADF with coldfusion
YADF with coldfusion
maniya
Posts: 78Questions: 13Answers: 0
Has anyone has done yadf plugin server side search with coldfusion, i am trying to setup but from the serverside end, i am bit confused because i also have the global search enabled
and want the global search and the column search to happen only on enter
This question has an accepted answers - jump to answer
Answers
YADCF and the global search are compatible even with server side processing. The column searches and global search are sent as different parameters as documented in the Server Side Processing docs.
This example shows how to turn off the existing global search input events and create your own allowing only enter to search:
http://live.datatables.net/jorexujo/551/edit
YADCF is a third party library. You will need to use their docs and contact to developer of specific YADCF questions.
https://github.com/vedmack/yadcf
https://yadcf-showcase.appspot.com/server_side_source.html
Kevin