New to Kendo UI for Angular? Start a free 30-day trial
PagerPosition
The type accepted by the pager position
property,
that specifies whether the pager is going to be positioned above the content container, beneath it, or in both places
(see example).
type
PagerPosition = "bottom" | "top" | "both";