Grids
Grids display collections of data.
Example
Section titled “Example”@UI("")public class Users {
List<User> users = userService.findAll();
}Mateu renders a table automatically.
Key idea
Section titled “Key idea”Collections = tables.
Grids display collections of data.
@UI("")public class Users {
List<User> users = userService.findAll();
}Mateu renders a table automatically.
Collections = tables.