Reputation: 1685
I have a datatable
of which i need to show specific columns for each user with specific order e.g column1,column25,column13,etc..
What do you recommend as an implementation for this, should i use datatable binding; like creating htmldatatable
, and give it to JSF page to render it ?
Upvotes: 0
Views: 2702
Reputation: 1846
I think what you need is here :
http://www.primefaces.org/showcase/ui/data/datatable/columns.xhtml
Upvotes: 1