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?

I want to put 3 elements in the bottom part of the layout i.e. pagelength, info and paging. How do I do that?
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
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'],
},
Spot on! Thanks for posting back.
Allan