Currently, the command spo list view add has an option paged which is a boolean. When true, the view behaves like normal and will fetch new items while scrolling down. When the option is false, the view will not fetch new items while scrolling down.
I think, 99% of all views allow paging, however in our command, the default value of paged is false.
Let's keep the option so people can still make static views, but I would change the default value of this option to true. This way people don't have to specify this extra option to create a view.
To-do:
- Change the default value of
paged to true.
- Change docs accordingly
Currently, the command spo list view add has an option
pagedwhich is a boolean. Whentrue, the view behaves like normal and will fetch new items while scrolling down. When the option isfalse, the view will not fetch new items while scrolling down.I think, 99% of all views allow paging, however in our command, the default value of
pagedisfalse.Let's keep the option so people can still make static views, but I would change the default value of this option to
true. This way people don't have to specify this extra option to create a view.To-do:
pagedtotrue.