parttio / grid-pagination

Adding pagination feature to a Vaadin 10 Grid component
Other
22 stars 16 forks source link

(TypeError) : $0.observePageCount is not a function #19

Open 3nigm4 opened 2 years ago

3nigm4 commented 2 years ago

Hey,

suddenly I get errors in chrome 95+ and firefox 91+. I tried with vaadin 14.4.7, 14.5.3, 14.7.5 and even 21.0.0.

I always deleted the node modules folder after changing versions.

3nigm4 commented 2 years ago

Maybe this, does not transpile right?

    public void refresh() {
        this.getElement().executeJs("$0.observePageCount($1,$2,$3)",this, this.getPage(), this.getPageSize(),
                this.getTotal());
    }