Questions tagged [primefaces-datatable]

PrimeFaces p:dataTable component related questions

Showcase:

Documentation:

144 questions
1
vote
2 answers

Primefaces weird behaviour with datatable, overlayPanel and filter/sort

I'm having some trouble with primefaces datatables and dynamic overlay for each row. Basically I have a main datatable containing a certain number of rows. For each row, I have a button and a linked overlay that, when clicked, shows a small…
Sacapuces
  • 413
  • 4
  • 10
1
vote
1 answer

PrimeFaces p:column filter facet not displayed

I have this PrimeFaces (4.0) table:
Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
1
vote
1 answer

Can the PrimeFaces rowExpansion animation be controlled / disabled?

In PrimeFaces (I'm using 4.0) you are able to have a dataTable with expandable rows. Basically you have a p:rowToggler button which toggles the p:rowExpansion. This works fine, but I really hate the fade animation on the row expansion content, which…
Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
1
vote
1 answer

Datatable filter not working

I am using Primefaces for creating a filterable table.
Dragos
  • 2,911
  • 12
  • 39
  • 55
0
votes
0 answers

primefaces use p:dataTable,draggableColumns = "true" and use dynamic columns, but not work

enter image description here enter image description here why i use draggableColumns and dynamic columns,the dynamic columns just work first time,when I update the page,it can not work after try,I find do not use draggableColumns,the dynamic columns…
lovefly
  • 1
  • 2
0
votes
0 answers

how to access details of rowgroups of primefaces datatable

I have a primefaces datatable that allows grouping by rows and I want print on backing bean the rowgroups and the rows index that each rowgroup contains here is the xhtml
0
votes
0 answers

Primefaces Jquery Requests So slow

I am getting weird slowness issue with Primefaces. For example i want to change pagination to next page it takes around 20-25 second. Even It doesnt go to database or anywhere . It just take data from backing bean. As you can see below Even if I…
Samet Dağ
  • 93
  • 6
0
votes
1 answer

How to Achieve Pagination For Primefaces Sheet Table

I would like to use pagination for Primefaces Sheet Table like how normal Primefaces Datatable does. I checked sheet properties to achive any pagination but it has no property to achieve this goal. @Melloware do you have any working about this or…
0
votes
1 answer

Setting styleclass for checkbox used in PrimeFaces dataTable

I have a PrimeFaces DataTable that offers row selection via a checkbox, like this:
Christian O.
  • 468
  • 2
  • 12
0
votes
0 answers

Primefaces dataTable columns sequence by displayPriority parameter

I try to change Primefaces dataTable columns sequence using displayPriority parameter. But it does not work.If I try to change isVisible parameter or Width parameter of column everything works fine, but displayPriority does not work, why? My…
Pegus
  • 31
  • 2
0
votes
0 answers

How to get latest entered record in to the first position in PrimeFaces data table

Whenever I add the record into the table it automatically added into the last position. it should add into the first position, could anyone please help me. enter image description here I want to add latest record into first position in PrimeFaces…
Akshaya
  • 1
  • 1
0
votes
1 answer

How to count checked checkboxes in paginated table PrimeFaces

I want to count total no of checked checkboxes in whole table. Currently when I switch to different table page it doesn't take into account checked checkbox of previous table page. My table looks like this:
0
votes
2 answers

Select first row on load of lazy p:dataTable

Need some help selecting the PrimeFaces p:dataTable 1st row on page load, here's my code so far:
kuro
  • 57
  • 5
0
votes
1 answer

Why Primefaces change encoding of the response?

I have a webapp that uses Primefaces 4 (I cannot update it, it does not deppend on me) with a datatable with a column that sometimes has alphas (the greek letter: α). To load this datatable, I use a button of a form with some filters. When I click…
BraveOtter
  • 114
  • 1
  • 12
0
votes
0 answers

Primefaces datatable filter and sorting is not working

Primefaces datatable filtering and sorting is not working, when i key in some text and hit enter it is not filtering the data, Below is my code. Please note datatable is showing all the data properly. Primefaces 12.0.0, Java EE 7, Tomcat 8.5,…