第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

primeng數(shù)據(jù)表列寬根據(jù)內(nèi)容自動(dòng)調(diào)整

primeng數(shù)據(jù)表列寬根據(jù)內(nèi)容自動(dòng)調(diào)整

絕地?zé)o雙 2023-10-30 16:02:43
我在我的角度應(yīng)用程序中使用 prime ng 數(shù)據(jù)表,我想根據(jù)內(nèi)容調(diào)整寬度,而不給出它應(yīng)該自動(dòng)調(diào)整的固定寬度。誰能幫我這個(gè)?<p-table #dataGrid [columns]="columns" [value]="data" [paginator]="columns.length > 0 ? paginator : false"? [rowsPerPageOptions]="rowsPerPageOptions" [totalRecords]="totalRecords" [first]="first"? [reorderableColumns]="true" [resizableColumns]="true" [(rows)]="rows" [lazy]="lazy" [lazyLoadOnInit]="false"? (onLazyLoad)="loadData($event)" [loading]="loading" selectionMode="single" (onRowSelect)="rowSelect($event)"? (onColReorder)="saveStateToSession()" (onPage)="paginationEvent();" [sortOrder]="sortOrder" [ngClass]="{'disabledrow':disabledRow}"? (onRowReorder)="updatePriority($event)"><!---Some data----></p-table>
查看完整描述

3 回答

?
largeQ

TA貢獻(xiàn)2039條經(jīng)驗(yàn) 獲得超8個(gè)贊

如果有人仍在為此苦苦掙扎:

使用:?[autoLayout]="true"

但刪除:?[resizeableColumns]="true"[scrollable]="true"

由于技術(shù)原因,可滾動(dòng)和可調(diào)整大小的屬性與 autoLayout 屬性不兼容。

這將使您的列的寬度與內(nèi)容決定的寬度一樣。


查看完整回答
反對(duì) 回復(fù) 2023-10-30
?
肥皂起泡泡

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超6個(gè)贊

這會(huì)對(duì)你有所幫助。

<p-table [resizableColumns]="true" [autoLayout]="true">


查看完整回答
反對(duì) 回復(fù) 2023-10-30
?
小怪獸愛吃肉

TA貢獻(xiàn)1852條經(jīng)驗(yàn) 獲得超1個(gè)贊

由于技術(shù)原因,可滾動(dòng)和可調(diào)整大小的屬性與 autoLayout 屬性不兼容。


<p-table

    #dt

    [value]="records"

    [columns]="cols"

    responsiveLayout="scroll"

    dataKey="userid"

    styleClass="p-datatable-sm"

    [loading]="!loadingSpinner"

    [columns]="cols"

    [exportFilename]="exportName"

    [rows]="100"

    [(contextMenuSelection)]="selectedItem"

    scrollHeight="450px"

    [tableStyle]="{ width: 'max-content'}"

    [autoLayout]="true"

    columnResizeMode="expand"

    [contextMenu]="cm"

    (onEditComplete)="editGrid($event)"

    [rowsPerPageOptions]="[100, 200, 500]"

  >


查看完整回答
反對(duì) 回復(fù) 2023-10-30
  • 3 回答
  • 0 關(guān)注
  • 223 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)