esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

maxBlocks doesn't work. #991

Open davidnknight opened 7 years ago

davidnknight commented 7 years ago

First issue is with the documentation not stating that maxBlocks should be more than 6, because looking at the source code, you override it if a value lower than 6 is supplied.

Secondly, maxBlocks simply doesn't work. See this codepen http://codepen.io/anon/pen/gmNbJM to see for yourself.