DataTables / FixedHeader

Fix the header, footer, left or right columns of a table in place, to always show them when scrolling
http://www.datatables.net/
Other
75 stars 83 forks source link

Sorting does not work with internalization plug-in #40

Closed dqd closed 10 years ago

dqd commented 10 years ago

Hello,

enabling translation of DataTables to another language breaks FixedHeader sorting feature. I prepared a demo for you to see it: http://jsfiddle.net/tmr319g5/.

If you need any other data for fixing this bug, just let me know.

With best regards — Pavel Dvořák

DataTables commented 10 years ago

You need to use initComplete since you are Ajax loading the language information: http://jsfiddle.net/tmr319g5/1/ .