Chrome window out of shape

Chrome window out of shape

choyleechoylee Posts: 2Questions: 1Answers: 0

Hello,

I have a problem only under Chrome (Version 55.0.2883.87 m).
It works well with Firefox (50.1.0)

Issue :
The loading is good. But the window (div) growths when I enter some letters in "Search" field . So my window is out of shape after.

// Init DataTable with label
$(document).ready(function() {
var table = $('#list_did').DataTable( {
ajax: '../config/manage_did/manage_lst_acc.inc',
scrollY: '30vh',
scrollX: 'false',
"autoWidth": false,
......etc...

Did you have a idea for this behavior under Chrome only ?

Thanks you

Laurent

Answers

  • choyleechoylee Posts: 2Questions: 1Answers: 0

    Hello,

    I finally found the issue.

    You have to comment the following line :
    //scrollY: '30vh'

    After that it normaly works under chrome

    Thank you

This discussion has been closed.