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

Grid options to disable GridSearch and GridShowPerPage. #12

Closed ewu02 closed 10 years ago

ewu02 commented 10 years ago

Prefer not to hide these elements through CSS. Still learning React so I'm not sure rendering an empty div element is a good approach for this. Let me know and I'll happily make adjustments.

josebalius commented 10 years ago

Looks good. Thank you! @ewu02