Changing the width of the screen makes the horizontal scroll bar disappear

0

Follow the example in jsfiddle: link

Here's the problem image:

Followtheimageasitshould:

Testedbrowsers:

GoogleChromeVersion57.0.2987.110(64-bit):Noproblem

MicrosoftEdge38.14393.0.0MicrosoftEdgeHTML14.14393:Problem

Firefox52.0.1(32-bit)-Problem:(Imagebelow)

Opera43.0Problem-(Picturebelow)

Any solution?

    
asked by anonymous 23.03.2017 / 21:19

1 answer

1

I discovered the problem, it was the table-responsive class that involves a scrolling element that conflicts very poorly with DataTable resizing.

Then just remove line: <div class="table-responsive"> that solves the problem.

    
24.03.2017 / 19:18