Increase custom Listview page size in angular controller
Hi, Guys!
We have a situation where we have to increase custom listview page size in angular controller on page load.
Currently when I am trying to use $scope.options.pageSize = 100, it only works when we manually go to page number 2. Then only the pageSize gets set to 100, else on page load the pageSize remains same as 50 which is initially set in custom listview settings.
Increase custom Listview page size in angular controller
Hi, Guys!
We have a situation where we have to increase custom listview page size in angular controller on page load.
Currently when I am trying to use
$scope.options.pageSize = 100
, it only works when we manually go to page number 2. Then only thepageSize
gets set to 100, else on page load thepageSize
remains same as 50 which is initially set in custom listview settings.Not sure if there is any other way, any ideas ?
is working on a reply...