問題タブ [primeng-turbotable]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - PrimeNG テーブルのドロップダウン編集がラベルで機能しない
Angular 4 でレコードを一覧表示するために最新バージョンの PrimeNG テーブルを使用していp-drowpdown
ます。ドロップダウンからデータを選択すると、その値フィールドが列に表示されますが、代わりにラベル フィールドにする必要があります。
例: ドロップダウンの例
値| ラベル
1 | ニューヨーク
2 | アウリ
都市 ID 1 を選択すると、その値ではなく Newyork (ラベル) が表示されます。現在、Newyork の代わりに 1 を表示しています
angular - Angular + PrimeNg: ngTemplateOutlet の問題
テンプレートと PrimeNg の TurboTable の間に新しい「レイヤー」を作成して、作成した追加の関数と機能を使用したいので、2 つng-template
を自分のコンポーネントに渡し、そこから に渡したいのですが、うまくいきp-table
ません。
私の中でapp.component.html
:
でmy-table.component.html
:
my-table.component.ts
私はこれらを持っています:
私が得るエラー:
from をp-table
使用できないのはなぜですか? 解決策はありますか?let-rowData
app.component.html