Datatables pagination buttons - Remove unwanted space

后端 未结 2 1994
孤独总比滥情好
孤独总比滥情好 2020-12-30 06:38

Currently my pagination looks as such: \"enter

I\'m trying to work out how to remove t

2条回答
  •  攒了一身酷
    2020-12-30 07:13

    This issue has already been noted in their bug database. You do not need to hack the css.

    bootstrap pagination looks bad #39

    No need to include DataTables' own stylesheet (jquery.dataTables.css) since Bootstrap and the integration file provide everything that is needed.

    So just delete jquery.dataTables.css, and keep dataTables.bootstrap.min.css in your html style sheets.

提交回复
热议问题