[
https://jira.jboss.org/jira/browse/RF-6669?page=com.atlassian.jira.plugin...
]
Artur Denysenko updated RF-6669:
--------------------------------
Attachment: dataTable.txt
Sample DataTable output: 1 header row and 1 data row.
Only for this we already have 9KB.
dataTable generates excessive HTML
----------------------------------
Key: RF-6669
URL:
https://jira.jboss.org/jira/browse/RF-6669
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Artur Denysenko
Assignee: Tsikhon Kuprevich
Priority: Minor
Fix For: 3.3.1
Attachments: dataTable.txt
I'm trying to render simple table with 10 columns and about 100 rows.
The result HTML is huge, slow to render and to download.
Basically, it makes component useless.
What I see if i look at the code:
1. for every table column like <th>Description</th> we find:
<th class="dr-table-subheadercell rich-table-subheadercell "
scope="col" id="ft:ht:col_2700header"><div
id="ft:ht:col_2700header:sortDiv">Description</div></th>
2. for every data row like <td>15</td> we find:
<td class="dr-table-cell rich-table-cell "
id="ft:et:0:col_2320"><label>15</label></td>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira