Pagination Incorrect on Internet Explorer

Pagination Incorrect on Internet Explorer

jedmondsjedmonds Posts: 2Questions: 0Answers: 0
edited February 2013 in Bug reports
Using dataTables.1.9.4

Using Chrome with a table named "tblWFM" I get the following in my output code:
[code]
Previous
Last
[/code]

But using IE I get this:
[code]
Previous
Last
[/code]

The buttons function according to the ID.

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Are you using jQuery 1.9.0? Please update to 1.9.1 - there is a bug in jQuery 1.9.0 with the DOM ordering in IE.

    Allan
This discussion has been closed.