Last modified by Ricardo Julio Rodríguez Fernández on 2025/07/13 08:08

From version 41.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/02/05 20:59
Change comment: There is no comment for this version
To version 42.2
edited by Ricardo Julio Rodríguez Fernández
on 2024/02/05 21:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{groovy}}
2 2  import groovy.sql.Sql
3 3  
4 -def sql = new Sql(services.component.getConnection01())
4 +def sql = new Sql(services.igfaebbdd.getConnection())
5 5   println "(% class='doOddEven filterable grid sortable' id='tableid' %)"
6 6   println "(% class='sortHeader' %)|=n|=Pid|= Surname|= Name|= Category"
7 7   sql.execute "SET @row_number = 0"