<display:column title="Ticket Number&nbsp;&nbsp;" sortable="true" 
sortProperty="ticketNumber" style="displaytag" headerScope="col" scope="row">

This only generates <td scope="row">. After testing with 508, the navigation 
result of the table is not acceptabile.

How can I achieve <TH scope="row">?



<tr>
<th scope="col">Name</th>
<th scope="col">Age</th>
<th scope="col">Birthday</th>
</tr>

<tr>
<th scope="row">Jackie</th>
<td>5</td>
<td>April 5</td>
</tr>


Sincerely,


Jasmine Hu
E1-2-557
22001 Loudoun County Parkway
Ashburn, VA 20147
USA

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to