alfajango / jquery-dynatable

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

Pagination and Records Count do not update when on dom.update() #127

Open ranchodeluxe opened 10 years ago

ranchodeluxe commented 10 years ago

After refreshing the JSON for a dyntable reference and calling dyntable_ref.dom.update() my records update fine but the record count and pagination are stilling refering to the last table.

I've tried different API endpoints to see if they update these elements, but no dice. Is this a bug or am I missing an API call that is apparent?