問題タブ [rowheader]
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.
vue.js - Vueでテーブルの行名と列番号を取得するには?
vue を使用してテーブルの列番号または位置と行ヘッダーを取得する方法はありますか?
ここまでのアウトプットはこんな感じ。
テーブルを生成するコード:
この行では、値を表示する前に、最初に行ヘッダー名が my in<td v-for="(item,index) in costList" :key="index.id">{{item.total_work}}</td>
と一致するかどうかを確認する必要があります。ここで目的の出力に近いものを見つけましたが、vue を使用して再現する方法がわかりません。どんな入力でも大歓迎です。item.name
costList