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

Data Binding #23

Closed tannerlinsley closed 9 years ago

tannerlinsley commented 10 years ago

Is it possible?

josebalius commented 10 years ago

@tannerlinsley No it is not possible. But you can achieve the same thing by using react components. Have you seen this example: http://josebalius.github.io/ngReactGrid/examples/customCells.html ?