Hello,
I'm new to Koolreports but searched the forum, the files I have are as
- Koolreport <- Folder
- Index.php
- addiamrep.php
- addiamrep.view.php
I'm using a simple table view and the records do trim to 15 rows
<?php
Table::create(array(
"dataStore"=>$this->dataStore("data_addiam_long"),
"paging"=>array(
"pageSize"=>15,
"align"=>"center",
"pageIndex"=>0,
),
"cssClass"=>array(
"table"=>"table table-hover table-bordered table-striped"
)
));
?>
But I get no paging numbers...
BTW when I load the example to my server it will not have the paging number as well (Scroll all the way down) http://addiamondsusa.com/addiaminv/examples/reports/basic/table_demo/index.php