Envoc / envoc.directives

7 stars 1 forks source link

add ability to disable pagination #11

Open justinobney opened 9 years ago

justinobney commented 9 years ago

@rschroeder Currently in jQuery Datatables, if you set pagination to false it sends a Take parameter as -1. Should we follow suit here and send -1?

Consider that we want the same server side behavior with both Angular and jQuery Datatables. The Envoc.Datatables server-side component needs to understand this type of request.

justinobney commented 8 years ago

foo..