alfajango / jquery-dynatable

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

Where can I find an example on how to use the event hooks? #139

Closed GeertClaes closed 10 years ago

GeertClaes commented 10 years ago

I would like to call one of my functions after a search/filter which looks like the event hook "dynatable:afterUpdate". Is there an example somewhere?

drouillard commented 10 years ago

Hi @GeertClaes

Here is an example of how to use events such as 'dynatable:afterUpdate'

http://codepen.io/drouillard/pen/BFacz

The idea is to bind to the table you are going to call dynatable() on.