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

Column filters #10

Closed ewu02 closed 10 years ago

ewu02 commented 10 years ago

Hey, great work so far. I was wondering if there are any plans to implement column filters. If not, then I can probably look into it -- though will likely take me a while as I need to look into React further. Thanks.

josebalius commented 10 years ago

@ewu02 It's somewhere in my notes to work on column filtering but it's going to be a while before we implement that. Feel free to submit a pull request if you come up with something.

jonagoldman commented 10 years ago

+1

ewu02 commented 10 years ago

Got a prototype working for localMode. We should discuss how to refactor it though. Will put up a pull request shortly.