1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +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 f8a1e64b33
commit de7caf90f4

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