firefox is hiding a column while it shouldn't

firefox is hiding a column while it shouldn't

solarianesolariane Posts: 1Questions: 1Answers: 0

Hello
I have a datable set to be responsive. On Safari ( Mac OS X or iPad ), it works perfectly ( All columns shown ) but on Firefox ( Mac ) or Edge ( Windows ), the last column is hidden and the responsive behavior activated…it puzzle me since there way enough space to show all columns

https://nitifilter.com/en/engine-oil-analysis/

any idea ?

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,051 Site admin

    Odd. Yes I can confirm that I see the issue as well. I'm afraid I don't immediately know what is causing this. I'll need to look into it (bug filed).

    Allan

  • allanallan Posts: 61,438Questions: 1Answers: 10,051 Site admin

    I've just been looking at this again, and Firefox and Chrome appear to show the same behaviour at their current versions for me. That is the table is shown with all columns, but they are never hidden!

    Could you change:

    <table id=flotteData>
    

    to be:

    <table id="flotteData" style="width:100%">
    

    please? I'll take another look at it when that is in place as that will cause DataTables to do automatic column resizing.

    Regards,
    Allan

This discussion has been closed.