I integrated Gentelella with Yii2. As I can’t make the built-in datepicker work, I tried to deactivate it and run a 3rd party datepicker, and also failed. The files I’m loading right now to get minimum features are:
public $css = [
'css/bootstrap.min.css',
'fonts/css/font-awesome.min.css',
'css/custom.css',
];
public $js = [
'js/jquery.min.js',
'js/bootstrap.min.js',
'js/custom.js'
];
As empty.html loads EVERYTHING (all js and css) Im not sure what files or code parts are related to datepicker. What should I do to get or a clean use of Gentelella or the datepicker work?