ItEr07S09ListadoRecursosTraballadores: Adding autosorting for workers.

This commit is contained in:
Óscar González Fernández 2009-05-09 17:42:23 +02:00 committed by Javier Moran Rua
parent 2ba7b389bf
commit d6063ba5ba

View file

@ -2,10 +2,10 @@
<grid id="listing" model="@{controller.workers}" mold="paging" <grid id="listing" model="@{controller.workers}" mold="paging"
pageSize="5"> pageSize="5">
<columns> <columns>
<column label="First Name" /> <column label="First Name" sort="auto(firstName)" />
<column label="Surname" /> <column label="Surname" sort="auto(surname)" />
<column label="nif" /> <column label="nif" sort="auto(nif)" />
<column label="daily_hours" /> <column label="daily_hours" sort="auto(dailyHours)" />
<column label="operations" /> <column label="operations" />
</columns> </columns>
<rows> <rows>