I need to add a table id to the grid to display user list. 

Here is what I try to do:
<table  id="userList" t:type="Grid" t:source="userGridDataSource"
t:row="user"  t:model="userModel"t:rowsPerPage="10" t:lean="true"
t:rowClass="rowCssClass" >

I found the id field is not there in the table tag when I viewed source. It
is displayed as 
<table class="t-data-grid">

How can I do? Thanks in advance.



-- 
View this message in context: 
http://www.nabble.com/How-to-add-table-id-into-the-Grid-tp15777353p15777353.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to