alfajango / jquery-dynatable

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

Additional parameter in ajax request #103

Open Lioxen opened 10 years ago

Lioxen commented 10 years ago

Hi,

I have just a simple question. How the heck I can add some additional parameter to the ajax request? With a normal jquery ajax request I use: data: { func: "deepSearch", post: formdata }, But how can I do that if I like to use dynatable ajax? Unfortunate there is nothing in the documentation about it :(