1. multi row headers in datatable icefaces.orgHi again, I found it, it's explained in the icefaces component docs. For anyone who has the same problem, here's a starting examle: |
2. Sort table and headers icefaces.org |
3. Group Headers with dynamic columns icefaces.org |
4. problem about sortable header in the datatable icefaces.org |
6. section header disappears after expanding... icefaces.org |
7. ice:columns - mo header rendererd icefaces.orgPlease take a look at the attachment. I want to render dynamically some checkboxes for each row, followed by the fieldname of a query. So i was using the |
8. Dynamic Columns with multiple header rows icefaces.org |
10. Possible Bug in dataTable component Columns Headers icefaces.org |
11. Headers won't render for ice:columns. icefaces.org |
12. panel Group text header icefaces.org |
13. ice:columns in datatable does not render table header icefaces.org |
14. Sortable header not aligned in IE8 icefaces.org |
16. Sortable header not displayed properly in IE8 icefaces.org |
17. ice:columns - headers not showing up icefaces.org |
18. Data table sortable column header text wrap icefaces.org |
19. Ice Datatable Fixed Headers icefaces.org |
20. Bug?: Footers getting header style classes icefaces.orgWhen I use the regular ice:column tag, headers and footers default to the appropriate style classes iceDatTblColHdr and iceDatTblColFtr. If I use the ice:columns tag, however, both the header and the footer get the iceDatTblColHdr class. If I use the datatable's "headerClasses" attribute, the footer gets these styles as well. Why is this? Shouldn't the footer style be separate from the ... |
21. ice:panelTabSet css error in header tab icefaces.org |
22. panelCollapsible header image does not show up icefaces.org |
23. Dynamic multi level header icefaces.orgHello, i'm not sure if it is possible, but I have to create dynamic table depending on datas in database. That table can have onelevel or multilevel header and i have no idea how to do this in icefaces. I know about existing element |
25. Dynamic header rows icefaces.org |
26. Popup Header declaration in HTML icefaces.org |
27. dataTable header modify and styling icefaces.org |
28. ice:columns headers are not shown icefaces.org |
29. Datatable Header icefaces.org |
30. one row table with column headers icefaces.org |
31. one row table with column headers icefaces.org |
32. Header of datatable icefaces.orgThanks Arran, but maybe my problem is different...all my table has dynamic columns so I'm not able to define for each table the exact width. I try with attribute scrollable="true" but the result on firefox is awful. Each header cell has different width not synchronized with the content as you tell me This is the tag I made for table: Code: ... |
33. splitting header row icefaces.org |
34. How to customize panelCollapsible header with multiple buttons icefaces.orgNewbie question here. I have been looking on the forums for a couple of days and have found some direction, but I would like to verify a solid answer. I have a requirement to use a dataTable with some fairly large and complex detail in each row. Actually each row of the table contains multiple "lines" of data so I want ... |
35. spacer.gif displayed in ice:panelCollapsible header icefaces.org |
36. Ice:Columns not rendering headers icefaces.org |
37. HTTP Request Headers on Forwarding - ICEfaces 1.8.2 icefaces.org |
38. [BUG] ice:dataTable header invisible icefaces.org |
39. icefaces 2.02 - panel popup header renders twice icefaces.org |
40. RessourceDispatcher and header icefaces.org |
41. any idea for ice:columns to have different languages column headers icefaces.org |
42. HTML HEADER is not refreshing after navigation redirect icefaces.orgHi. I'm testing Icefaces 1.5.2 with faceletes and run into a minor issue. When I navigate from one page to another I noticed that the HTML header is not refreshed (i.e. it's eaxactly the same as the header of the originating page). If I click browser's refresh button after that, then header is updated. Did anybody saw this issue? The problem ... |
43. data table column header icefaces.org |
44. converter not fired in table header in columns icefaces.org |
45. dataTable header arrows... icefaces.org |
46. panelCollapsible Header does not show icefaces.orgI am trying to figure out how to use Collapsible panel, everything works but the header does not show the way I want it. I want to look like the example at http://component-showcase.icefaces.org/component-showcase/ but all I get is just white header just like the body of the panel. Can some one show me how to create the header of the collapsible ... |
47. Differents Headers? icefaces.org |
48. Dont want to display any light grayed image for sort column header. icefaces.org |
49. Header with ice:columns icefaces.org |
50. DataTable header css icefaces.orgHi, I don't think it is tha easy. Each component has one or more default style classes. In ICEFaces documentation you can find the names of those that style table headers. The you can override defaults by redefining thos styles in your css file to have it application wide (All tables in your app tha uses your css file, or just ... |
51. selectInputText with header icefaces.org |
52. How to get User-Agent from request header? icefaces.org |
53. how to specify a header for a group of columns.. icefaces.org |
54. How to have buttons on panelCollapsible header icefaces.orgHi all, I want to have some ice:commandLink on my panelCollapsible header. I've added them very easily, but when clicked they open/close my panelCollapsible too. That's not the way I want them to work... panelCollapsible must expand/collapse only if I click on it, and not on the buttons on his header. Is there a workaround for that? kind regards, |
55. Cannot get the User-Agent header icefaces.org |
56. Sortable Header - Dinamically icefaces.org |
57. Datatable: displaced table-header icefaces.org |
58. Sortable header not working icefaces.org |
59. face-config.xml for Sortable Header icefaces.org |
60. Header not showing in ice:columns icefaces.org |
61. Resize datatable columns without header icefaces.org |
62. Expandable Table - multiple header rows and grouping icefaces.org |
63. [Bug] Table Sort Column Header - unable to set a style class icefaces.org |
64. dataTable headers class icefaces.org |
65. Rendering html "TITLE" tag problem in html header icefaces.org |
67. Datatable header issue icefaces.org |
68. Styling the sorted datatable header icefaces.org |
69. Data table not aligned to header if scroller is enabled icefaces.org |
70. Setting table's column header using UIColumns icefaces.orgI'm trying to create a table dynamically as follows: public static HtmlDataTable createTestDataTable(String tableId, DataModel colModel, DataModel rowModel) { HtmlDataTable dataTable = new HtmlDataTable(); dataTable.setWidth("100%"); dataTable.setBorder(1); dataTable.setVar("row"); dataTable.setRendered(true); dataTable.setId(tableId); dataTable.setValue(rowModel); UIColumns columns = new UIColumns(); columns.setId("uiColumnsID"); ValueBinding columnsVB = app.createValueBinding("#{backing.colModel}"); columns.setValueBinding("value", columnsVB); columns.setVar("header"); Map |