-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/paginator #94
Conversation
/** | ||
* If specified, must be instance of a view which will be reloaded on selection. | ||
*/ | ||
public $reload = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see this implemented
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in renderView() method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, missed these lines :)
Merge #93 before (although - not a dependency)
This is implementation of Paginator component:
The component can work on it's own, it does not need to be attached anywhere. You can manually specify number of total pages to the paginator. The above output:
Multiple paginators will not affect each-other.
Paginator can reload other view which can synergise by pulling current page from paginator.