Jalal Sordo
Jalal Sordo

Reputation: 1685

Dynamic order of columns in a primefaces datatable

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

Answers (1)

Joffrey Hernandez
Joffrey Hernandez

Reputation: 1846

I think what you need is here :

http://www.primefaces.org/showcase/ui/data/datatable/columns.xhtml

Upvotes: 1

Related Questions