Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scrolling datatable primefaces

Datatable columns misaligned with the cell data when set the scroll option scrolling = true. Any solution to this problem or is primefaces bug?

like image 525
user2076397 Avatar asked Apr 29 '26 13:04

user2076397


1 Answers

You have to set the width attribute of each <p:column/>, once you do that, they will align perfectly every time.

like image 86
Roberto Murphy Avatar answered May 01 '26 05:05

Roberto Murphy