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
6
votes
2 answers

jsf working with collection/map

Can I bind my h:dataTable/rich:dataTable with some Map? I found that h:dataTable can work only with List object and deleting in List can be very heavy.
udar_molota
  • 273
  • 6
  • 15
5
votes
1 answer

a4j:commandButton reRendering rich:datatable

My issue is that I am trying to have a column in my datatable show an outputtext by default, and replace that with an inputtext when the commandbutton is pressed. Have not found a solution. First post by the way. I have an a4j:commandButton that I…
TaylorSmolik
  • 116
  • 3
  • 13
4
votes
1 answer

reRender a specific row of rich:dataTable

Good Morning! Is it possible to reRender only 1 specific row of rich:dataTable? I have a rich:dataTable and, when I do something that I´m sure only 1 row has changed, I need to reRednder only this row, not the entire table. Is it possible?…
ganzux
  • 874
  • 3
  • 15
  • 35
4
votes
1 answer

RichFaces: Release sort column(s) of a DataTable when multiple column sort mode is on

Currently I'm developing a project (JSF 2.0, RichFaces 3.3.3) in which I have to get a 2-columns DataTable with multiple column sorting enabled (I've done this already via sortMode="Multi" property) but, unlike single column sorting, in the case of…
Francisco Alvarado
  • 2,815
  • 2
  • 26
  • 51
3
votes
1 answer

How to remove filter components row from an extendedDataTable in richfaces

I have an extendedDataTable with a column like this
Tex
  • 305
  • 2
  • 16
3
votes
1 answer

rich dataTable can not use iterate variable for a nested loop

I'm building a rich datatable with a dynamic amount of columns. It seems to me, that it is not a big thing, but I'm trying to get an answer since hours. The issue is when I want to use the iteration variable from the datatable for a nested loop. In…
Martin
  • 94
  • 2
  • 12
2
votes
1 answer

Is there anyway to add a loading message to rich:dataTable?

Has anyone found a way of display a loading message while rich:dataTable loads? I've found that if the load operations backing DataModel takes along time it results in the request taking along time. Is the an effective way of display a message to…
James McMahon
  • 48,506
  • 64
  • 207
  • 283
2
votes
2 answers

Richfaces datatable - adding a new row without rerendering the whole datatable on the client side

The new row can be added to the associated server-side collection on an action event of a command button or a command link, and the newly added row can be displayed on the client if the whole table is re-rendered. Is it possible to display the newly…
2
votes
0 answers

Selecting a row in sorted rich:dataTable

I have a rich:dataTable component (RF 4.2.2.Final). I've added the rowclick listener for the table to update a detailed view based on the row selection. Everything was working fine. But now I'm trying to get my dataTable to have sortable headers. I…
user1747512
  • 21
  • 1
  • 2
2
votes
0 answers

How to get the number of records of a filtered rich:datatable

I'm using Seam and I'm displaying items from the DB using rich:datable. Knowing the number of items is straightforward, since I know the size of the list. The problem arises when the user uses one of the filters, which is handled automatically by…
Vinicius Seufitele
  • 885
  • 1
  • 6
  • 15
1
vote
1 answer

deleting Rows in rich:extendedDataTable

I have a rich:extendedDataTable. I have a a4j:commandLink for each row, on click of this the row should get deleted. The problem what I am facing is, if I go on deleting the first rows the (firstRow+1)second row's value is set in the backing bean…
chaosguru
  • 1,933
  • 4
  • 30
  • 44
1
vote
1 answer

Set rows in extendedDataTable as selected from backing bean

I wonder how I can programmaticly set rows in an ExtendedDataTable as selected from my backing bean. I need to edit a user in my web app. The user has some roles so what I want is that when the page is loaded the groups which the user has are…
user950359
  • 21
  • 1
  • 6
1
vote
1 answer

Why my changes into rich:datatable are not available in my home?

I have a rich:Datatable with dynamic columns... Till here its ok... I get all data from the database and my code shows all checkboxs with the correctly values... But when i change them and click in "salvar" button the values in the other side still…
Igor
  • 1,397
  • 3
  • 24
  • 56
1
vote
0 answers

Dynamically set max-height for rich:extendedDataTable

I am having problems with the max-height in a rich:extendedDataTable using RichFaces 3.3.3 final. I would like the table to have a max height, and if the table doesn't fill this height (the number of rows is generated dynamically), the table…
twmb
  • 1,710
  • 1
  • 20
  • 18
1
vote
2 answers

Javascript read data from rich:dataTable?

I can generate datatable during form initialization.(JSF). Then I want to write javascript for read data from rich:dataTable values
Eswar
  • 293
  • 4
  • 14
  • 28
1
2 3 4