0

列上的 Primeng2 自动换行无法正常工作。

我试图将长句子的专栏打破成新的孤独,但这失败了

          <p-dataTable [value]="tcentercomment"
                   [responsive]="true" #dt2
                    resizableColumns="true" columnResizeMode="expand"  >

            <p-column field="item_id" [styleClass]="break-column" header="Item" [sortable]="true" [filter]="false"></p-column>
            <p-column field="message" [styleClass]="break-column" header="Comment passed" [sortable]="true" [filter]="false"></p-column>

        </p-dataTable>

在我的 CSS

.break-column, .ui-cell-data{
    word-wrap: break-word;        
    width: 100%;
}

但是对于长列,数据不会换行。

4

0 回答 0