1
Components / Re: E-tables fault
« Last post by webgift on January 29, 2023, 08:46:13 »It was due to jQuery library and colorbox initialization. The following lines applied to the index.php file of onyx admin template.
$eDoc = eFactory::getDocument();
$eDoc->addJQuery();
$eDoc->loadLightbox();
P.S: Please note that this component won't be compatible with PHP 8.x version.
More info about elxisDocument library: https://www.elxis.net/docs/developers/libraries/elxisdocument.html
$eDoc = eFactory::getDocument();
$eDoc->addJQuery();
$eDoc->loadLightbox();
P.S: Please note that this component won't be compatible with PHP 8.x version.
More info about elxisDocument library: https://www.elxis.net/docs/developers/libraries/elxisdocument.html