2

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?

1 Answers1

0

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.

Gildas Garcia
  • 6,966
  • 3
  • 15
  • 29