Moved counting of data rows to separate method to be able to override the default behaviour

Issue #85 resolved
Ronny Vedrilla created an issue

Hi there!

I am using this neat package for a table where the underlying query is a little insane. Having it be executed three times (one for data, one for counting total values and once for counting filtered values) slows down my page a lot. Thats why I moved the counting to a method which i can override and therefore speed up my page.

Hope this suits you.

Best

Ronny

Comments (2)

  1. Ronny Vedrilla reporter

    @pigletto Did you merge my PRs? Didnt get any emails from Bitbucket 😅 nevertheless, we can lose this.

  2. Log in to comment