.axui-datagrid-autofit-helper {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  table {
    table-layout: auto;
    width: auto;
    tr {
      td {
        white-space: nowrap;
        padding: 3px;
      }
    }
  }
}
