I\'m using jQuery DataTables plugin and Bootstrap on my rails site. I can\'t get my custom button and other table header elements to nest in the same row, They are stacked inste
In my case I just added these styles:
.dataTables_length,.dataTables_filter { margin-left: 10px; float: right; }