Closed alexander-ae closed 6 years ago
I understand that page-count is required, but is it possible to alter its value programmatically?
< paginate : page-count = " 1 " : click-handler = " functionName " : prev-text = " 'Prev' " : next-text = " 'Next' " : container-class = " 'className' " > </ paginate >
Of course. You need to pass the variable like this. Thats all
<paginatator :page-count="count"> </paginatator>
Thank you ! (It looks like I had a problem with my code)
I understand that page-count is required, but is it possible to alter its value programmatically?