How to set up pagination Tailor structure?

My admin panel displays all the elements in the list, there are a lot of them. How do I enable pagination?

uuid: companies_entity_
handle: Companies\Entity
type: structure
name: Company
drafts: false

customMessages:
  buttonCreate: Add company
  titleUpdateForm: Company

primaryNavigation:
  label: Companies
  icon: icon-bank
  order: 170

navigation:
  label: Companies
  icon: icon-bank
  order: 100

extraNavigation:
  _companies_ruler_1:
    itemType: ruler
    order: 101


structure:
  maxDepth: 1

Why does paging appear during search, but by default all elements are displayed. And if there are 10,000 of them, the browser simply cannot display the page. The question is relevant, how to make pagination of pages?

Can someone tell me? Or is there no paging in the structure at all?

Hi @burzuy,

Maybe you can clone this repository GitHub - octobercms/test-plugin: Test Suite & Playground for October CMS and take a look at the Tailor section how it works.

No. Thanks, but it didn’t help. There is no page switching in the structure either.

Still looking for a solution. How can it be that there is no pagination in the structure?