Skip to content

DataTables Javascript

We instantiate the class

The Javascript class

This class allows you to obtain a complete script to execute datatables.

        $javascript = new \atsanna\DataTables\Javascript\DataTablesScript();

At this point we can import the javascript and css libraries

        echo $javascript->getExternalLibraries();

At the end of the page, let's add the automatically generated script

        echo $javascript->getDocumentReady( $data['id'], $table->getConfiguration() );