asitparida / VxGrid

An standalone native table plugin which uses the best of features provided by AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide functionality of cellclick action.

bhasker412 opened this issue · comments

I need to perform some operation when i click on a cell. As of know cell click event is not exists. provide a functionality to use cell click.

I tried using cellDefn: '<span ng-click="cellClick()"> <i class="icon-layout icon-show-note"></i></span>' but its not working.

try using VX_CONFIG.cellClick() and add the extension to your app.