Hi there,
I am using a pagination to hold inline a set of buttons; Every button should have its own place/position, and every one should be hide, maintaining its position.
but if I hide() a button, it disappears and the button row collapses, occupying the empty place; if I use disable the button maintains its position but it is yet visible.
I want to hide it, but maintaining the position of the other buttons.
Is it possible?
https://www.dropbox.com/s/rq1m98kx9qa8ner/buttons.pngI create the buttons with something like
o.pagination({
layout: '',
displayMsg: '',
buttons: [ {linkbutton} ...
]
});