Add paging.position property
komarovalexander
released this
13 Feb 10:48
·
700 commits
to master
since this release
specifies the place where paging should be located: 'bottom', 'top', 'topAndBottom'
{
paging: {
enabled: true,
position: 'top'
}
}