Using dataTables.1.9.4
Using Chrome with a table named "tblWFM" I get the following in my output code:
But using IE I get this:
The buttons function according to the ID.
Using Chrome with a table named "tblWFM" I get the following in my output code:
<a ... id=tblWFM_first">First</a> <a ... id=tblWFM_previous">Previous</a> <a ... id=tblWFM_next">Next</a> <a ... id=tblWFM_last">Last</a>
But using IE I get this:
<a ... id=tblWFM_previous">First</a> <a ... id=tblWFM_next">Previous</a> <a ... id=tblWFM_first">Next</a> <a ... id=tblWFM_last">Last</a>
The buttons function according to the ID.