How to install a plug-in?

How to install a plug-in?

mesqueebmesqueeb Posts: 38Questions: 12Answers: 1

Dear community,
I looked all over the website, but I couldn't find a page with "how to install a datatable plugin".
Any ideas?

This question has an accepted answers - jump to answer

Answers

  • mesqueebmesqueeb Posts: 38Questions: 12Answers: 1
    Answer ✓

    Plugins are explained in different categories for different types of plugins:

    e.g. the way to install an internationalisation plugin is explained here:
    http://datatables.net/plug-ins/i18n/

    ① Upload the JSON file to your server.
    ② Add this inside the DataTable initialiser:

    "language": {
            "url": "link_to_json_file.json"
        },
    
This discussion has been closed.