Feature suggestion: download configuration record

Feature suggestion: download configuration record

steeridersteerider Posts: 1Questions: 0Answers: 0

I downloaded DataTables a couple years ago. Now I'm back and see there have been some updates, so I want the new version. I go to the Download page, and there are a whole bunch of options to choose from. The problem is I don't know what options I used the last time.

My suggestion is that the download package includes a README that lists what settings I chose. Either that, or (even better!) a GET-based URL that will take me straight to the pate with the same settings chosen.

If this had existed when I first started using DataTables, it would save me a lot of time and messing around today.

Thanks for a great bit of code. DataTables rocks!

Replies

  • kthorngrenkthorngren Posts: 21,080Questions: 26Answers: 4,908

    The concatenated files from the Download Builder contain the information you suggested. HEre is an example:

    /*
     * This combined file was created by the DataTables downloader builder:
     *   https://datatables.net/download
     *
     * To rebuild or modify this file with the latest versions of the included
     * software please visit:
     *   https://datatables.net/download/#dt/dt-2.0.0/b-3.0.0/b-html5-3.0.0/date-1.5.2
     *
     * Included libraries:
     *   DataTables 2.0.0, Buttons 3.0.0, HTML5 export 3.0.0, DateTime 1.5.2
     */
    

    Open either the .css or .js or the CDN download to see this info at the top of the file.

    Kevin

Sign In or Register to comment.