Search Field Alignment Bug

Search Field Alignment Bug

SargiusSargius Posts: 2Questions: 1Answers: 0

Hi there,

I am using your great module and found a bug recently! Namely, I am trying to place DataTable within modal dialog and found out that "Search" field is misaligned there.

Could you kindly help to correct this bug?

Here is a screenshot of it, you will see what do I mean. I corrected it during debug within Chrome browser by placing "dataTables_filter pull-right" option, but how can I correct in my sources?

And you can see there, that pagination links also are misaligned!

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin
    Answer ✓

    It looks like you might not have the Bootstrap styling integration for DataTables included. In fact it looks like its using the DataTables default styling, rather than the Bootstrap one, although it is possible some aspects are included since its styling the pagining buttons. I'd really need a test case to say for sure!

    However, the first thing I would suggest is that you use the download builder to create the files you need to include to get the correct styling.

    Allan

  • SargiusSargius Posts: 2Questions: 1Answers: 0

    ok, thanks for your support! I found the error! I forget to include styles .css files

This discussion has been closed.