DataBindingを介してデータモデルからテーブルを作成したいのですが、その方法がわかりません。私はこのようなデータを持っています:
1.type CustomObj with slots:
- id
- a
- b
2. variable Content of type <List of CustomObj>
How to make a table like as below:
+--------------------+--------------------+--------------------+
|Identifier |a slot |b slot |
+--------------------+--------------------+--------------------+
|'id from first eleme|'a from first elemen|b from first elemen |
|t |t |t |
+--------------------+--------------------+--------------------+
|... |... |... |
+--------------------+--------------------+--------------------+
FlowDocumentについて読みましたが、DataBindingを介してリストからフロードキュメントを作成する方法が見つかりませんでした。