Build DataTables from source - which min.js to embed?

Build DataTables from source - which min.js to embed?

Clem89Clem89 Posts: 1Questions: 1Answers: 0

Hi,

I needed to add and adjust some functions in Button extension and decided to go for a clean solution by building DataTables from Source. This work pretty well, thanks to the make.sh. However, now I have various min.js files in built/js folder, but not the overall datatables.min.js I am used to. Please find a screenshot in the attached picture.

Which file do I have to embed in my project? Is there something like a datatables.min.js which comprises all relevant functions as it is the case for the regular Download Version?

I appreciate your support. Thanks,
Clemens

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,110 Site admin
    Answer ✓

    This is why the download builder is so useful! You can have it show the individual files as well if you want to see what it includes.

    You need the core file (jquery.dataTables.js) and one of the style files (unless you are using DataTables default styling, since that is the default).

    Allan

This discussion has been closed.