Unneccessary hiding of a column

Unneccessary hiding of a column

mbaasmbaas Posts: 67Questions: 24Answers: 1

I have a table which conveniently fits on a 1092pixel-screen, yet when I enable the Responsive-Option, the last column unneccessarily goes into child-mode. Do I need to set any options to prevent that behaviour?

Responsive table here, debug: ewaxul, unreponsive counterpart.

Table is rendered using

$(function(){$("#sample").DataTable(
  {
   "columns":[{},{"className":"dt-right"},{"className":"dt-right"},{"className":"dt-right"},{"className":"dt-right"}],
   "mark":true,
   "responsive":false
  });
});

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Answer ✓

    Could you try the nightly version of Responsive please? It has a number of changes which should help this.

    Thanks,
    Allan

  • mbaasmbaas Posts: 67Questions: 24Answers: 1

    Excellent, that does it! Can I trust that version or should I wait before using in prod?

    Thanks

    Michael

This discussion has been closed.