Alexander Stoimenov
Alexander Stoimenov

Reputation: 23

Pagination in tabbed list view

I'm trying to create tabbed list view where I have a filtered list of users in every tab. The problem is that the pagination on the bottom is one for all tabs it doesn't change. When I use it it tries to change the page of all tabs.

What I did is to put List in every Tab and I have a Datagrid in the List.

Is there anything I can do for the pagination?

Upvotes: 2

Views: 921

Answers (1)

Gildas Garcia
Gildas Garcia

Reputation: 7066

This won't work unless you rewrite the List component completely.

I suggest you to have a custom menu instead, with an entry for each of your current tabs and defining the filters in the menu item urls.

Upvotes: 0

Related Questions