1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +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 d888831b4a
commit 6573835c13

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,