Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
You can use formatValue to put button into DataTables:
DataTables::create(array(
"columns"=>array(
"your-column-name"=>array(
"formatValue"=>"<button onclick='openModal(@value)'>View</button>"
)
)
))
Now you can write your own openModal()
function:
function openModal(param)
{
...
}
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo