1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Give detail autoscreen repeater a placeholder for when no rows exist

This commit is contained in:
Andrew Kingston 2021-08-23 11:09:33 +01:00
parent 801ea8f902
commit 27be64a6fd

View file

@ -94,6 +94,7 @@ const createScreen = table => {
.instanceName("Repeater") .instanceName("Repeater")
.customProps({ .customProps({
dataProvider: `{{ literal ${makePropSafe(provider._json._id)} }}`, dataProvider: `{{ literal ${makePropSafe(provider._json._id)} }}`,
noRowsMessage: "We couldn't find a row to display",
}) })
const form = makeMainForm() const form = makeMainForm()