setTemplate() public method

Set custom javascript template.
public setTemplate ( string $template )
$template string
 public function __construct()
 {
     $this->html = new Builder(app('config'), app('view'), app('html'), app('url'), app('form'));
     $this->html->setTemplate('datasource::section.datatables_scripts');
 }