alfajango / jquery-dynatable

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

the anchor that's classed `dynatable-sort-header` encloses everything inside it's cell. #166

Open ogrotten opened 9 years ago

ogrotten commented 9 years ago

If there is anything inside of
<table><thead><tr><td>
it will be enclosed in the anchor
<a class="dynatable-sort-header" href="#"></a>
which can break existing elements.