Reputation: 397
I want to implement a data-bound format pane option using selection IDs generated with withTable(table: DataViewTable, rowIndex: number)
. However, the DataView
object does not include dynamic objects when I use the selection ids generated using withTable
.
Upvotes: 0
Views: 46