How can I have 3 elements in the bottom part of the layout?

How can I have 3 elements in the bottom part of the layout?

rmatovu987rmatovu987 Posts: 2Questions: 1Answers: 0

I want to put 3 elements in the bottom part of the layout i.e. pagelength, info and paging. How do I do that?

Answers

  • rmatovu987rmatovu987 Posts: 2Questions: 1Answers: 0

    I have figured it out.

    This is what I used:
    layout: {
    topStart: null,
    topEnd: null,
    bottomStart: null,
    bottomEnd: null,
    top: ['buttons', 'search'],
    bottom: ['pageLength', 'info', 'paging'],
    },

  • allanallan Posts: 64,571Questions: 1Answers: 10,676 Site admin

    Spot on! Thanks for posting back.

    Allan

Sign In or Register to comment.