Hi all,
I'm new in GWT and I want to create a table with custom cell.
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