Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Could you please put the "use \koolreport\amazing\Theme" inside the report class, the same like my example or in this documentation
From your document cited above:
class MyReport extends \koolreport\KoolReport
{
use \koolreport\amazing\Theme;
...
}
from my MyDashboard.php
class MyDashboard extends \koolreport\KoolReport
{
use \koolreport\codeigniter\Friendship;
use \koolreport\amazing\Theme;
public function settings()
{
return array(
Here what I get when I run it. Notice that there are no "cards"?
SimpleCard
The example shows how to use SimpleCard of Amazing Theme
45,000
Page views / month
230
Conversions
$7,500
Revenue
$2,484
Cost
45,000
Page views / month
230
Conversions
$7,500
Revenue
$2,484
Cost
Note: You can show card with value queried from database like below example
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo