KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Style don't work in Laravel App #430

Open James opened this topic on on Aug 24, 2018 - 1 comments

James commented on Aug 24, 2018

Hello Forum

I ve just installed koolreport in laravel our laravel application. But this CSS Style don't work on my Title's Report

class='row kreport-horizontal-line-0'

This is my View :

<?php 

use \koolreport\widgets\koolphp\Table;
use \koolreport\widgets\google\BarChart;

?>

<div class="text-center">
    <div class='row kreport-title'>
        <h1>Registre des Collaborateurs</h1>
    </div>
    <div class='row kreport-horizontal-line-0'> </div>
</div>
<hr/>

I have added the Friendship File and Bootstrapp in the Class like this :

class ListCollaborateurs extends \koolreport\KoolReport
{
    // Business Logic, What to Display ?

    use \koolreport\laravel\Friendship;
    use \koolreport\clients\Bootstrap;

Thank you for your help

KoolReport commented on Aug 25, 2018

Hi James,

Those css class are not important it is just an add-on css for examples in demonstration It serve for examples in the demonstration only. If you interest in those css class, you may get it from examples/assets/css/example.css.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
solved

Laravel