Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
thanks, I am using this: use \koolreport\datagrid\DataTables;
<?php
DataTables::create(array(
"dataSource"=>$this->dataStore("searchabletours"),
"options"=>array(
"searching"=>true
),
"columns"=>array(
"tourid"=>array(
"type"=>"text",
"label"=>"id",
"formatValue"=>"<a href='https://my.ellisontravel.com/tour/tours/@value'>@value</a>"
),
"tourname"=>array(
"type"=>"text",
"label"=>"Tours"
),
"planner",
"CountryName",
"startDate",
"endDate",
"insurance_number"
)
));
?>
thanks
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo