josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

Enable text field when checkbox is checked #74

Open sohanboost opened 9 years ago

sohanboost commented 9 years ago

I have a grid, in which I have check-box, text field and some other static fields. When user checks the checkbox, I want to make corresponding text field editable. Is this achievable using ng-react-grid? If yes, could you provide sample code?