You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: columns should be equally wide, unless content overflows.
Actual: A column with the label "1234567890" is wider than a column with the label "12345" despite there being plenty of space.
There seems to be a linear relation, but a column with the label "1" is not ten percent of the width of "1234567890".
Debugging this, it seems there is an "autowidth" feature of datatables: https://datatables.net/reference/option/autoWidth. However, toggling this (custom-options="autoWidth:false") does not seem to have any effect.
This is a minor glitch since it's possible to set explicit widths on columns (via custom-option on dataTableColumn), but it's a confusing behavior when first encountered.
The text was updated successfully, but these errors were encountered:
Expected: columns should be equally wide, unless content overflows.
Actual: A column with the label "1234567890" is wider than a column with the label "12345" despite there being plenty of space.
There seems to be a linear relation, but a column with the label "1" is not ten percent of the width of "1234567890".
Debugging this, it seems there is an "autowidth" feature of datatables: https://datatables.net/reference/option/autoWidth. However, toggling this (custom-options="autoWidth:false") does not seem to have any effect.
This is a minor glitch since it's possible to set explicit widths on columns (via custom-option on dataTableColumn), but it's a confusing behavior when first encountered.
The text was updated successfully, but these errors were encountered: