[
https://jira.jboss.org/jira/browse/RF-6669?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6669:
-------------------------------
Fix Version/s: Future
(was: 3.3.1)
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
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: Nick Belaevski
Priority: Minor
Fix For: Future
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