jquery ui autocomplete in filtering textbox

jquery ui autocomplete in filtering textbox

ShafrazShafraz Posts: 2Questions: 0Answers: 0
edited November 2013 in General
Hello,

Can anyone help me to use jquery ui autocomplete option or any other autocomplete option to use with datatable filtering textbox?

Thanks in advance.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    I'm not aware of anyone having do this, but it should be quite possible using the fnFilter and fnGetData API methods. You'd probably want to create a feature plug-in rather than trying to modify the built in filtering control: http://datatables.net/blog/Creating_feature_plug-ins

    Allan
This discussion has been closed.