I have a base datatable with 20 columns which is used by all reports...Some reports add additional columns, is there a way to put the code for the extra column in ...
I have 13 columns in a table. When I display it in a <h:dataTable>, then it expands to a very wide area on the page.
Is there any way to minimize their ...
I have an ajax call that refreshes the following table. Can I have the "Score" column (it is a BigDecimal) hidden if all values are null, otherwise it should display? ...
I have to display a two dimensional table with a great number of columns and rows and the two dimensions are not fixed. Using JSF2 dataTable there is the constraint that ...
Hi, I'm doing some pretty complex stuff with dataTable, including nesting dataTables within dataTables. I'm a little suprised that any HTML markup I include with the appears before the table and not within the cell. Here's an example:
This is going to sound like a real newbie type question... How do you center a column heading in a datatable. What I need to do is center the column heading but have the data be right aligned. I can't get the heading to act one way (center) and the column to act another (right aligned). Any suggestions?
Hi All, My requirement is that i should display a report in form of a datatable(in tabular format) and i want to provide hyperlink to 1st columns for each row so that when that link is clicked some other page is opened with some parameter passed from that link. For that my jsp file is below
Hi to All, can anybody help me for my problem coming in DataTable, I have a DataTable with five columns as input text boxes, when i entered a value in first input text box and want to tabbing the focus to next input text box, in the mean time there is a functionality to validate the value entered in the first ...
Hello forum members, I have a datatable which contains 12 columns, however only 8 columns can easily fit on the page. My clients wants the first 8 columns displayed, and an arrow image next to the table on the right. When the user clicks that arrow, the rightmost 4 columns will disappear and the other 4 which were not on the ...