DataTables 1.6.2 released

DataTables 1.6.2 released

allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin
edited March 2010 in Announcements
Hello all,

I'm pleased to be able to release v1.6.2 of DataTables which is basically a stabilisation release. There are a number of bug fixes in this release, and no new features - so it is very much a recommended upgrade for anyone using DataTables.

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

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

Finally for now, you or your business benefits from DataTables, please consider making donation towards the continued support and development of DataTables:
http://datatables.net/donate

Regards,
Allan

Replies

  • joejoejoejoe Posts: 4Questions: 0Answers: 0
    Great! Thank you Allan. :)
  • xantivaxantiva Posts: 1Questions: 0Answers: 0
    Hi,
    first thanks for your great work, but there is a small bug in the actual download:
    In demo_table_jui.css there are three wrong filetypes:
    sort_asc.jpg, sort_desc.jpg and sort_both.jpg
    has to be
    sort_asc.png, sort_desc.png and sort_both.png
    [code]
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    * DataTables sorting
    */

    .sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center right;
    }

    .sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center right;
    }

    .sorting {
    background: url('../images/sort_both.png') no-repeat center right;
    }
    [/code]

    Ciao,
    Mike
This discussion has been closed.