1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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 f8a1e64b33
commit de7caf90f4

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()