Pagination + Partial data set is loaded asynchronously.

Datagrid height should be fixed irrespective on the number of rows displayed.

User ID Name Creation date Favorite color {{user.id}} {{user.name}} {{user.creation | date}} {{pagination.firstItem + 1}} - {{pagination.lastItem + 1}} of {{pagination.totalItems}} users

Pagination + Complete data set is loaded asynchronously.

Datagrid height should be fixed irrespective on the number of rows displayed.

User ID Name Creation date Favorite color {{user.id}} {{user.name}} {{user.creation | date}} {{pagination.firstItem + 1}} - {{pagination.lastItem + 1}} of {{pagination.totalItems}} users