Welcome to Repeater View Examples
Selected Contact: No Contact SelectedThis is a demo of the DataTable (DataView wrapper). Provided features:
- Easy ordering and selection of columns from code
- Takes care of sorting headers automatically
- Takes care of page navigator automatically
- Takes care of adding class="odd" and class="even" to table rows
- Adds a navigator message
- Different CSS class for certain columns
- Export to CSV toolbar
| Actions | ID | First Name | Last Name | Home Phone | Cell Phone | Birthday |
|---|---|---|---|---|---|---|
|
50
|
Abby
|
Jones
|
774-555-8034
|
538-555-2670
|
3/30/80
|
|
|
1
|
Abner
|
Davis
|
416-555-7275
|
760-555-3274
|
1/29/75
|
|
|
9
|
Abner
|
Murray
|
541-555-8100
|
355-555-7746
|
1/2/76
|
|
|
16
|
Brianna
|
Nelson
|
862-555-8350
|
255-555-8734
|
3/10/72
|
|
|
27
|
Brianna
|
Brown
|
684-555-1304
|
887-555-8673
|
8/20/58
|
|
|
26
|
Christopher
|
Lee
|
564-555-1246
|
874-555-1280
|
7/18/73
|
|
|
39
|
Christopher
|
Fisher
|
528-555-5127
|
706-555-2252
|
1/29/68
|
|
|
32
|
Debra
|
Lee
|
362-555-2132
|
417-555-8288
|
6/20/82
|
|
| Export to CSV | ||||||
This is a table that uses org.apache.wicket.extensions.markup.html.repeater.data.table.ColGroup to style the columns:
| Actions | ID | First Name | Last Name | Home Phone | Cell Phone | Birthday |
|---|---|---|---|---|---|---|
|
50
|
Abby
|
Jones
|
774-555-8034
|
538-555-2670
|
3/30/80
|
|
|
1
|
Abner
|
Davis
|
416-555-7275
|
760-555-3274
|
1/29/75
|
|
|
9
|
Abner
|
Murray
|
541-555-8100
|
355-555-7746
|
1/2/76
|
|
|
16
|
Brianna
|
Nelson
|
862-555-8350
|
255-555-8734
|
3/10/72
|
|
|
27
|
Brianna
|
Brown
|
684-555-1304
|
887-555-8673
|
8/20/58
|
|
|
26
|
Christopher
|
Lee
|
564-555-1246
|
874-555-1280
|
7/18/73
|
|
|
39
|
Christopher
|
Fisher
|
528-555-5127
|
706-555-2252
|
1/29/68
|
|
|
32
|
Debra
|
Lee
|
362-555-2132
|
417-555-8288
|
6/20/82
|

