Thanks. I am already using the dom option (dom: 'lBfrtip') which places the buttons on the same line as the length and the filtering options, but on the LHS of the page. I am trying to get them on the RHS.
I'm not a CSS expert so don't have a specific answer but you could inspect the page to see what CSS is assigned to the buttons and modify it to meet your needs. This looks like the default:
Answers
The
dom
option is used to control the layout of the Datatables elements.Kevin
Thanks. I am already using the dom option (dom: 'lBfrtip') which places the buttons on the same line as the length and the filtering options, but on the LHS of the page. I am trying to get them on the RHS.
Bruce.
I'm not a CSS expert so don't have a specific answer but you could inspect the page to see what CSS is assigned to the buttons and modify it to meet your needs. This looks like the default:
Kevin
Thanks, I will give that a go and see how it works with the search option.
Bruce.