有时候表格标题字数太多,而宽度有限,就会导致一部分列的标题显示不出来

这时候,加入如下css代码即可将标题换行显示

.datagrid-header-row .datagrid-cell span {
        white-space: normal !important;
        word-wrap: normal !important;
}

 

相关文章:

  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-04-01
相关资源
相似解决方案