You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
I am a beginner for backbone and backgrid.paginator . I have tried to make a table and used backgrid paginator for pagination. It works fine at the first time load but after filter, paginator does not work.
Even it shows the required number of pages for the resulted filtered collection but does not switched to the other pages , only shows the first page, on clicking on the other page number only shows the content of the first page.
code samples are :
<scripttype="text/template"id="organisation-row-template"><td><ahref="/frontend/organization/details/<%= id %>"><%=name%></a></td><td><%=type%></td><td><%=country%></td><td><%=transactions.Pledge%></td><td><%=transactions.Commitment%></td><td><%=transactions.Expenditure%></td></script>
I excluded other codes for rendering the collection on the table here . I think the problem is in the filterRender function in the Paginator view.
Please give some way to solve this out and what is the mistake here.
The text was updated successfully, but these errors were encountered:
I am a beginner for backbone and backgrid.paginator . I have tried to make a table and used backgrid paginator for pagination. It works fine at the first time load but after filter, paginator does not work.
Even it shows the required number of pages for the resulted filtered collection but does not switched to the other pages , only shows the first page, on clicking on the other page number only shows the content of the first page.
code samples are :
I created a paginator view for pagination using bacgrid.paginator inside that view as follows :
I created my own table
and my template is
I excluded other codes for rendering the collection on the table here . I think the problem is in the
filterRender
function in the Paginator view.Please give some way to solve this out and what is the mistake here.
The text was updated successfully, but these errors were encountered: