cmen / CMENGoogleChartsBundle

This Bundle provides a Twig extension and PHP objects to display Google charts in your Symfony application.
https://developers.google.com/chart/
Other
75 stars 21 forks source link

How to add button in TableChart #28

Closed khaliltr closed 5 years ago

khaliltr commented 5 years ago

I'm use this code $users= new TableChart();

$users->getData()->setArrayToDataTable(
            [
['ID', 'NAME', 'ACTION'],
['1', 'KHalil', ' I want to add button href here'],
]
    );

I want to add a button in Column Action