Datatable styling so bootstrap button appears on same row as other elements

后端 未结 6 2254
既然无缘
既然无缘 2021-01-30 01:41

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

6条回答
  •  长发绾君心
    2021-01-30 02:20

    In my case I just added these styles:

    .dataTables_length,.dataTables_filter {
        margin-left: 10px;
        float: right;
    }
    

提交回复
热议问题