KoolReport's Forum

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

Unformatted Tables #750

Closed Lieuwe Hoitinga opened this topic on on Mar 18, 2019 - 2 comments

Lieuwe Hoitinga commented on Mar 18, 2019

Hi,

My report is unformatted, using Tables. I got the all the colums I like to see. When I look at the source, the HTML-section is not included. So all the text is displayed in Times New Roman. I have a CentOS system; and unzipped the .tgz file in the /var/www/html directory after buying the pro-version. when i have a look at the examples: 10.10.1.14/examples, no problem. The CSV report in 10.10.1.14/examples/reports/datasources/csv_report/ looks fine. Could you point me direction how to check?

KoolReport commented on Mar 18, 2019

Please try to add the theme for report. In your report class, please add:

class MyReport extends \koolreport\KoolReport
{
    use \koolreport\clients\Bootstrap;
    ...
}

if you want to use the Bootstrap4, you can add:

use \koolreport\bootstrap4\Theme;
Lieuwe Hoitinga commented on Mar 19, 2019

Thanks for your quick support, great!

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
help needed
solved

None