New to Kendo UI for Angular? Start a free 30-day trial
PagerPosition
Defines the type that the pager position
property accepts.
Specifies whether the pager appears above the content container, beneath it, or in both places
(see example).
type
PagerPosition = "bottom" | "top" | "both";