KoolReport's Forum

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

Table properties #3100

Open Augustine Arthur opened this topic on on Jul 21, 2023 - 6 comments

Augustine Arthur commented on Jul 21, 2023

The title of table should not show.

KoolReport commented on Jul 22, 2023

May you explain the issue further?

Augustine Arthur commented on Jul 25, 2023

When I generate tabular report and give a title to the table, the title of the table does not display in the report.

David Winterburn commented on Jul 28, 2023

Pls include a screenshot of the problem for us to better understand. Tks,

Augustine Arthur commented on Jul 31, 2023

Now I want to give a title for example "Table1. Showing the volume of timber permits allocated within 2022". I want the tittle to be displayed at the top of the table.

KoolReport commented on Aug 2, 2023

It will be something like this:

<h3>Table1. Showing the volume of timber permits allocated within 2022</h3>
<?php
Table::create([
    ...
])
?>

Let us know if you need further assistance.

Augustine Arthur commented on Aug 2, 2023

The <h3></h3> tags work. However, when there is no data in the table, the heading still displays. I want a solution where is not be displayed when there is no data. I want to do something like this Table::create(array(

"title"=>"Table1 Stock Survey for 2022",

When I implement this with the Chart the title is displayed only when there is data. That is exactly what I want to achieve. ColumnChart::create(array(

"title"=>"Column Chart Showing Stock Survey",

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
None yet

None