I want to make a tabview with primefaces component with three tabs, inside tabs I will use a datatable with input text. Is it posible to use the same datatable and distinct fields in three tabs? Is it posible to paginate all tabs at the same time to show same register at a time? Sorry for my bad english.
Imagine a list of objects cars with this properties: colour, form, wheels, name, model and price.
Tabview
Tab1 Tab2 Tab3
1 row colour | form wheels | name model | price
2 row
3 row
I want to use same datatable and paginate three tabs at the same time to have same rows at three tabs.