Hello Nico,
Please refer below image to set the Editable as Yes.
Hello,
This can be done by using CSS :
.removeLoadMore.mx-listview-loadMore{
display:none;
}
And add a class name ‘removeLoadMore’ in the list view => Appearance=> Class
Hope it helps!
Hi,
add a class name ‘rmv-ldmr’ to the list view and add the below styles
.rmv-ldmr .btn.mx-listview-loadMore {
display: none;
}