DataTable Empty Message loading in first column only

DataTable Empty Message loading in first column only

theodikustheodikus Posts: 25Questions: 10Answers: 0
edited May 2016 in Free community support

When ever my page loads, if the dataset assigned to a table is empty, the 'Empty Message' is showing up, crammed into the first column. Once I click a row header, then it snaps with fill the entire space of the empty table. Is there any way to enforce the message to fill the entire empty table? The table is inside a Bootstrap panel.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin
    Answer ✓

    This is a bug in 1.10.11 I'm afraid. The nightly has this fixed already and it will be included in 1.10.12.

    If you could try the nightly and double check that it does work for you, that would be great confirmation for me.

    Allan

  • theodikustheodikus Posts: 25Questions: 10Answers: 0
    edited May 2016

    Confirmed! Thanks a ton!

    **edit

    Unfortunately, when I swapped in the nightly code, the css on my pagination buttons was removed. :/

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Do you include the Buttons CSS? Can you give me a link to the page so I can take a look to see what is going on? I'm not sure why swapping the DataTables Javascript would effect the Buttons CSS.

    Allan

  • theodikustheodikus Posts: 25Questions: 10Answers: 0

    Is the Buttons css required for pagination buttons? I have my own CSS written for the pagination buttons.

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Is the Buttons css required for pagination buttons?

    No.

    I was confused by the term "buttons" - sorry.

    I'd need a link to the page showing the issue to understand what is going wrong here.

    Allan

This discussion has been closed.