Upgrade from 1.7 to 1.9

Upgrade from 1.7 to 1.9

aluferrarialuferrari Posts: 22Questions: 1Answers: 0
edited May 2012 in General
Our DBA is out of office and I am assigned the task to upgrade the Data tables to 1.9 from 1.7. I was hoping to find some documents on how to upgrade. I checked the upgrade notes and could not get much help from it.

- Do we have step by step document for this?
- Are we supposed to just replace the old files with new files?
- What all files do i need to replace?

Please help.

Thanks in advance.
-Aalap

Replies

  • aluferrarialuferrari Posts: 22Questions: 1Answers: 0
    Hi,
    We really need some help on this.

    Thanks.
    Aalap
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    > - Do we have step by step document for this?

    No but the upgrade notes serve this purpose:

    http://datatables.net/upgrade/1.8
    http://datatables.net/upgrade/1.9

    > - Are we supposed to just replace the old files with new files?

    Yes. You should just need to drop in the DataTables JS and CSS files (assuming you use the CSS that comes with DataTables).

    > - What all files do i need to replace?

    Just jquery.dataTables.[min.]js and possibly the CSS file.

    Allan
  • aluferrarialuferrari Posts: 22Questions: 1Answers: 0
    Thanks a lot Allan.

    Well, we (the DBA) did some changes to CSS, so we don't use the same CSS files.

    Ok, we just want to upgrade to 1.9 so that we could use local storage instead of cookies.
    Can you please point out what files needs to be updated if we just want to use this feature (bare minimum).

    Thanks a lot for your help so far.
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    jquery.dataTables.js
    jquery.dataTables.css

    Allan
This discussion has been closed.