Two questions about the structure field

I have two questions about the structure field options:

  1. How to “flip” the entries? In Kirby 2 this was possible as I know. I can’t use the sortBy function

  2. When set the field to disable: true, all is fine cause I only want to show some datas. But the I set limit to 10 to show not the whole table at once, I can’t navigate to the previous or next page, makes this sense?

In that case, the complete field is disabled. That probably doesn’t make sense. Workaround: Make the field hidden and use a custom section to display the entries.

There is no flip option in Kirby 3. Why can’t you use the sortBy option?