I am developing a web app using JSF, RichFaces, EJB3, Hibernate and Seam.
I have an extended data table and showing a list (say userList) which has multi columns in it. Moreover, ...
I'm looking to implement the ExtendedDataTable component in Richfaces.
When selecting the 'Group by' on a column, I would like to have a 'Select all' option displayed on each grouping row. This ...
I am using rich faces (rich:extendeddatatable) to show some records in a grid. The first column of each row contains a check box. I am keeping the list of records in ...
I've found that the client-side dynamics for rich:extendedDataTable do not work for me in JSF 2 with either RF 3.3.3 or RF 4. Moving a column just causes the table to ...
When i try to drag the Header of this extendedDataTable in IE. The columns are not moving along with the Header. This issue can be seen in the attachment.
Hi all I am facing with a wierd problem. I have a JSF page with a fixed width. I am trying to add two rich:extendedDataTable 's into a h:panelGrid with 2 columns and add it to a page . The page is rendering properly in Firefox (i.e scroll bar for the panelGrid and able to scroll horizontally to view both the ...
I don't follow you. Apparently you're mistaking a 2-dimensional tabular display for executable code. All a dataTable (extended or not) does, is render the data based on its underlying model. It does not necessarily execute a loop to do so and even when it does, it's an internal "black-box" process that you can't tie into. If you want the rows of ...