Is there anyway to display the editor form inputs in a horizontal layout? If possible, center the contents.
Currently, I am only getting the vertical or stacked layout when using the bootstrap 3 styling, with the contents aligned to the left.
Also, is it possible to change the size of the buttons (edit, update, delete)?
Finally, can col specs be changed in the following col-md-6?
table.buttons().container().appendTo($('.col-sm-6:eq(0)', table.table().container()));
The search button, which shares row with the action buttons, has the col specs: col-sm-6.