alfajango / jquery-dynatable

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

Table has to be identified by ID - not a class #157

Open CaptainCannabis opened 9 years ago

CaptainCannabis commented 9 years ago

... or you will run into trouble while updating the DOM

see for example.

$('#dynatable-record-count-' + obj.element.id).replaceWith(obj.recordsCount.create());

This yould be clearly stated in the docs!