ng-tasty
ng-tasty copied to clipboard
separate items-per-page component from pagination
I want to put the list of items-per-page on top of the table and the rest of pagination (list of pages, etc.) at below the table.
What I'm doing now is having 2 templates for the pagination, one containing only items-per-page and the other containing pages list. But this causes some bugs in the table especially in client side mode.
Is there any good way to do this?
This is a sample: