alfajango / jquery-dynatable

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

Custom queries with Interactive chart #94

Open mkkim417 opened 10 years ago

mkkim417 commented 10 years ago

I'd like to use custom queries with interactive chart. In www.dynatable.com's examples, see Custom queries about "Year" filter, that code have dynatable.process();

and see interactive chart example, not use dynatable.process(); but just bind.

I already tried binding and using "dynatable.process()" code but working on just table. not chart.

What can i do?