Hi all,
what is the procedure to add/modify the css of a certain report ? Is there some place in the files tree I can put/create my own css files ? I'm currently using bootstrap3 and I want to change some table display for example . I've done this part of the setup :
## Usage
In order to add `Bootstrap3` theme into your report, you simply do:
class MyReport extends \koolreport\KoolReport
{
use \koolreport\bootstrap3\Theme;
}
And OK I have bootstrap3 .
But where can I customize ? inside the report as in cssStyle ?
What if I want to include a custom css file ? where do I declare it ?
Thanks George