KoolReport's Forum

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

Add button in table #786

Closed SOFMAN opened this topic on on Apr 8, 2019 - 1 comments

SOFMAN commented on Apr 8, 2019

How can I add a button to a column in a table and how to use the events for each button?

KoolReport commented on Apr 10, 2019

You can do:

Table::create(array(
    "columns"=>array(
        "mycolumn"=>array(
            "formatValue"=>"<button>My Button</button>"
        )
    )
))

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