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

Does not work with jquery 1.9 #23

Closed zeldigas closed 10 years ago

zeldigas commented 10 years ago

There is no jQuery.browser anymore since 1.9 (http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed), and during initialization you get JS error. Consider migrating to Modernizr or smth. similiar

DataTables commented 10 years ago

I don't see $.browser in the code at all: https://github.com/DataTables/FixedHeader/blob/master/js/dataTables.fixedHeader.js ? Am I missing something or are you using an old version?

zeldigas commented 10 years ago

Oh, sorry, did not checked the sources. I used a version from here http://datatables.net/releases/DataTables-1.9.4.zip, but with more new jquery, and found described problem. Thank you for your comment, I'll try version from git.

DataTables commented 10 years ago

The package in the 1.9.4 distribution is out of date now. The latest is available here: http://datatables.net/download .