ng-table icon indicating copy to clipboard operation
ng-table copied to clipboard

Is there a way to add an ng-click in a cell content?

Open talamaska opened this issue 8 years ago • 1 comments

like so I would be able to make something like this

{
                title: '',
                field: 'id',
                sortable: false,
                getValue: function($scope, row) {
                    console.log($scope)
                    var value = row[this.field];
                    return $sce.trustAsHtml('<a ng-click="$ctrl.edit(' + value + ')">Edit</a>');
                }
            }

talamaska avatar Aug 29 '17 15:08 talamaska

I'd like to keep this project, there are many feature and improvement we could add. are u active?

maykon-oliveira avatar Jan 31 '23 13:01 maykon-oliveira