alfajango / jquery-dynatable

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

How can i enable the seach function #204

Open r3xmon opened 9 years ago

r3xmon commented 9 years ago

hi, i would like to ask if is it possible to enable the search function after the json loaded? i am really new at this code at all i just base on the documentation on the dynatable.com.

after the json loaded on the browser as html i just notice the search and the page select are not working.

$(document).ready(function() { $('#mmb').dynatable({ dataset: { ajax: true, ajaxUrl: 'database/results.json', ajaxOnLoad: true, records: [] } }); });

softint2 commented 9 years ago

Try it with removing "records: []"