Questions tagged [richdatatable]

A rich:dataTable is a UI component which allow create a table dynamically. It is a part of the RichFaces component framework.

<rich:dataTable> is a datatable component, part of the component framework.

50 questions
0
votes
0 answers

richfaces datatable sorting with rowclick event

Richfaces datatable returns wrong row for rowclick event after sorting. For example: test.xhtml
zekifh
  • 169
  • 1
  • 2
  • 10
0
votes
1 answer

update rich:datatable when rich:inputNumberSlider value change

my interface is like in the picture I want the value of the réduction field changes when the value of the inputNumberSlider changes.
0
votes
0 answers

rich:modalPanel displaying previous row data from rich:dataTable

I am working with JSF 1.2 where in I am using rich:dataTable to display list of user details. User info on each row can be editable thru commandLink. Once we click on the command link it will pop up a modal panel with the current value of the user &…
user1628525
  • 71
  • 1
  • 2
  • 11
0
votes
1 answer

foreach in rich data table

i am trying to display list in data rich table my code is
0
votes
0 answers

load different styles when click in an option of radio button

I found this great information about my problem to fix headers of richdatatable and their columns (http://www.cssbakery.com/2010/12/css-scrolling-tables-with-fixed.html). I have 3 items of when I choose one option of RadioButton…
klinux
  • 1
  • 1
  • 3
0
votes
1 answer

Fixed headers in rich:datatable

I can't fix the headers from rich:datatable. In my rich datatable load there are many columns. When scrolling, I lose the headers of the list. How can I fix the headers?
klinux
  • 1
  • 1
  • 3
0
votes
1 answer

Richfaces: Issue with HTML generation of datascroller/datatable

I'm using RichFaces 3.3.1 with JSF RE 1.2 and facelets. I have a strange issue with the HTML generation of a rich:dataTable connected to a rich:datascroller. ...
geert3
  • 7,086
  • 1
  • 33
  • 49
0
votes
1 answer

Iterating two lists in a using

I have two List and I'd like to put them in one , each List should be a column on the . I'm trying to do that using , but when I execute the program, only the headers of the…
Luciane
  • 259
  • 4
  • 23
0
votes
1 answer

right frozen column in richfaces extended datatable

The showcase demostrates the frozen column feature on the left hand side of the table (columns vendor+Model). But...can I have frozen columns on the right side as well? My richfaces library version is 4.3. I already investigated in the renderer…
Steve Oh
  • 1,149
  • 10
  • 18
0
votes
1 answer

Iterating content of with does not show anything - JSF

I'd like to do something simple: show the content of a Java list in a table of a single column. The problem is: where the table was supposed to appear, nothing is shown. Look at the code: PesquisaBean.java private String title; List
Luciane
  • 259
  • 4
  • 23
0
votes
3 answers

Rich:Columns - FilterBy

Good morning!! I have a dynamic datatable and I'm using Columns of Richfaces, but when I assign the value to FilterBy, it does not work. Can anyone help me? Woe is my code ..
Tyemy
  • 3
  • 1
  • 2
0
votes
1 answer

RichFaces 4 : Datatable Style Effect as in RF showcase not working in a Scope View

I'm trying to do styling on my jsf datatable as show here : It's working the first time the page load. But when i make a sort on a column with an ajax call (as explained on the link shown before) , the styling disappears. If I refresh, the styling…
ZheFrench
  • 1,164
  • 3
  • 22
  • 46
0
votes
1 answer

rich:datatable and expandable column with internet explorer

I created a simple solution for expandable columns/rows with rich:datatable and rich:column, which is similar to: Best way to make an expandable/collapsible subTable with rich:dataTable The facelets code is (simplified) as follows:
user213807
0
votes
1 answer

Add lines between the rows of a rich:dataTable

How can I add lines between the rows of a dataTable in JSF - so the table looks something like a matrix ? Below is my view file : A quick search pointed that…
Vamsee Krishna
  • 145
  • 2
  • 11