Columns in CHROME

Columns in CHROME

gerardopaciosgerardopacios Posts: 2Questions: 2Answers: 0

Good day. First i would like to thank the developers working with the datatables. This is really a big help for me now. Thank you.

Now, I am using datatable option "column". This is my code..

$('#codelist_').DataTable( { "columns": [ { "width": "15%" }, { "width": "15%" }, { "width": "30%" }, { "width": "30%" }, { "width": "10%" } ], ...

and I set my table td to wrap texts so that it will not extend outside the body of my page. It is working great in Mozilla and IE. The text is properly wrapping and the table adjusts its width when I change my browser size. BUT when I tried it to CHROME, It does not behave like in Mozilla and IE. It seems that its not getting the proper column width. Any idea how can I fix this? Pls note that I'm only getting the problem in Chrome.

Thank you.

Answers

  • allanallan Posts: 63,684Questions: 1Answers: 10,498 Site admin

    Can you link to a test page showing the issue, as per the forum rules, please.

    Allan

This discussion has been closed.