DataTables 1.5.1 released

DataTables 1.5.1 released

allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
edited August 2009 in Announcements
Hello all,

Now that the dust has settled from the 1.5.0 release and there has been time for to it be "bashed around" a bit, a number of bugs have come to light. These have been addressed in this new 1.5.1 release which focuses solely on stabilisation.

You can download DataTables 1.5.1 here:
http://datatables.net/releases/dataTables-1.5.1.zip

Full release notes:
http://datatables.net/download

Also, please make a donation to help support DataTables for future releases and support in this forum :-) :
http://datatables.net/donate

Enjoy!

Regards,
Allan

Replies

  • johnny2002johnny2002 Posts: 8Questions: 0Answers: 0
    Hi Allan,

    I found the following
    nPrevious.setAttribute( 'id', oSettings.sTableId+'_previous' );
    nPrevious.setAttribute( 'id', oSettings.sTableId+'_previous' );
    and should be:
    nFirst.setAttribute( 'id', oSettings.sTableId+'_first' );
    nPrevious.setAttribute( 'id', oSettings.sTableId+'_previous' );
  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Hi johnny2002,

    Yup - nice one. That will be in the next release. Thanks for pointing that out :-)

    Allan
  • meribinksmeribinks Posts: 1Questions: 0Answers: 0
    Thank you for quickly coming up with the fix !
This discussion has been closed.