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

Can pagination be disabled? [question] #62

Closed rodrigogoncalves closed 9 years ago

rodrigogoncalves commented 9 years ago

Can pagination be disabled?

Thank you.

josebalius commented 9 years ago

@rodrigogoncalves not at the moment but you could always hide it with css and set the default per page setting to large number.

rodrigogoncalves commented 9 years ago

Thank you.