Envoc / envoc.directives

7 stars 1 forks source link

Fix client side page info #16

Closed justinobney closed 9 years ago

justinobney commented 9 years ago

fix(oTable): handle case where page info is wrong …

when client data is loaded late, the page info is pased on the initial page size (0) - pageLength resulting in "showing -4 - 0 of 5". this fixes it.

smith-neil commented 9 years ago

no tests