ItEr07S09ListadoRecursosTraballadores: Adding autosorting for workers.
This commit is contained in:
parent
2ba7b389bf
commit
d6063ba5ba
1 changed files with 26 additions and 26 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<grid id="listing" model="@{controller.workers}" mold="paging"
|
||||
pageSize="5">
|
||||
<columns>
|
||||
<column label="First Name" />
|
||||
<column label="Surname" />
|
||||
<column label="nif" />
|
||||
<column label="daily_hours" />
|
||||
<column label="First Name" sort="auto(firstName)" />
|
||||
<column label="Surname" sort="auto(surname)" />
|
||||
<column label="nif" sort="auto(nif)" />
|
||||
<column label="daily_hours" sort="auto(dailyHours)" />
|
||||
<column label="operations" />
|
||||
</columns>
|
||||
<rows>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue