alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 363 forks source link

Attach Dynatable Search to existing Input #259

Closed elwin closed 7 years ago

elwin commented 7 years ago

Hi there

Is there a way to attach Dynatable Search to an existing input, so that you can customize the input field beforehand?

I tried with the inputSearch API, $('#inputField').inputSearch.attach();, however this resulted in an error TypeError: $(...).inputSearch is undefined.

elwin commented 7 years ago

Wups, I've overlooked the configuration option inputs: queries...