Custom Cell in Table
Hi all,
I'm new in GWT and I want to create a table with custom cell.
I want to do a custom cell similar to the gwt examples : http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList
The difference is each row, I have for example 5 columns, and each cell must be a custom cell who is initialized with different data.
Each column of each row have'nt relation.
for example:
I have a list of cars (Lamborghini aventador, Ferrari F400, Ferrari california, Porsche 911, Lamborghini reventon, Lamborghini gallardo, etc...)
In one row, I have 5 column, I want to display 5 cars in first row, and five others in second one, etc....and I want to include a pagination on my table.
Each cell (row, column), must display one car with the following informations:
- Name of the car
- Image of the car
- and other informations
Can anyone help me and indicate how do this ?
Thanks in advance
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7CrJ4nY-XlgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home