DataTable "Responsive" extension bug when browser zoom is < 100%

DataTable "Responsive" extension bug when browser zoom is < 100%

francescomontanarifrancescomontanari Posts: 2Questions: 0Answers: 0

There is a bug with the Responsive plugin.
As you can see here, this is how a table appears with browser zoom at 100%:

And this at 80% zoom: (you have to refresh the page after changing the zoom)

some columns are hidden when there's no need to do so.

If you go at that page you'll see an oldest version, but I already tried to update to Responsive v2.2.1 and DataTables to v1.10.16 but the same issue persists.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Thanks for letting me know about this - I've added it to my bug tracker, but generally speaking browser zoom is not something that I fully support in DataTables.

    Allan

  • francescomontanarifrancescomontanari Posts: 2Questions: 0Answers: 0

    Setting
    "autoWidth": false

    fixes the issue.

This discussion has been closed.