Layout won't diplay teh elements at the right place

Layout won't diplay teh elements at the right place

Gecko62Gecko62 Posts: 2Questions: 1Answers: 0
edited March 28 in Free community support

Hi,

The following code

        layout : {
            top: null,
            topStart: {
                pageLength : {
                    menu: [12, 25, 50, -1]
                }
            },
            topEnd: {
                paging: {
                    type: 'simple'
                }
            },
            bottom: null,
            bottomStart: 'info',
            bottomEnd: 'search'
            
        },

give the attached result and I dont understand why ?

I want to have each control on the left and on the right

Thanks in advance for your answer

Best regards

Answers

Sign In or Register to comment.