1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Fix missing prop from table block and add fixed context provider ID for tables inside table blocks to support row selection bindings

This commit is contained in:
Andrew Kingston 2022-02-24 09:16:35 +00:00
parent defe725bcc
commit 08d6e104c7

View file

@ -18,6 +18,7 @@
export let quiet
export let compact
export let size
export let allowSelectRows
export let linkRows
export let linkURL
export let linkColumn
@ -157,6 +158,7 @@
>
<BlockComponent
type="table"
context="table"
props={{
dataProvider: `{{ literal ${safe(dataProviderId)} }}`,
columns: tableColumns,
@ -164,6 +166,7 @@
rowCount,
quiet,
compact,
allowSelectRows,
size,
linkRows,
linkURL,