[
https://jira.jboss.org/jira/browse/RF-6669?page=com.atlassian.jira.plugin...
]
Artur Denysenko updated RF-6669:
--------------------------------
Description:
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>
was:
Table loads ajax and prototype scripts if the filltering/sorting not used.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206651#...
Could we fix this in some way? Or it will brokes the conditionally used
filtering/sorting?
Priority: Minor (was: Major)
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
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