1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12: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")
.customProps({
dataProvider: `{{ literal ${makePropSafe(provider._json._id)} }}`,
noRowsMessage: "We couldn't find a row to display",
})
const form = makeMainForm()