Paginator
Since the DikeGrid structure definition uses the CSS Grid Layout specification, as a convention, the paginator is also called the Pagination Row.
Last updated
Since the DikeGrid structure definition uses the CSS Grid Layout specification, as a convention, the paginator is also called the Pagination Row.
Last updated
The Pagination Row shows the paginator when you enable pagination in the DikeGrid. Bind the related property from the gridProperties
object to allow pagination.
Open the Floating Configuration Panel, go to the Pagination group, and enable pagination.
The previous configuration generates the following output:
The DikeGrid always shows the Pagination Row at the bottom of the content rows.
The Pagination Row is 64 pixels in height. Nevertheless, you can change this height by providing an input property called paginationRowHeight
.
Let us bind the corresponding property from the gridProperties
object to change the Pagination Row height.
Now, open the Floating Configuration Panel, go to the Pagination group, and type 100 in the Pagination Row Height textbox.
You can also change the Pagination Row height by providing an Injection Token called PAGINATION_ROW_HEIGHT
.