1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

replace list template screen with datagrid

This commit is contained in:
Martin McKeaveney 2020-10-12 21:21:23 +01:00
parent e2118a4bf1
commit feb7d096db

View file

@ -86,7 +86,7 @@ const createScreen = model => ({
}, },
{ {
_id: "", _id: "",
_component: "@budibase/standard-components/datatable", _component: "@budibase/standard-components/datagrid",
_styles: { _styles: {
normal: {}, normal: {},
hover: {}, hover: {},
@ -100,10 +100,6 @@ const createScreen = model => ({
modelId: model._id, modelId: model._id,
isModel: true, isModel: true,
}, },
stripeColor: "",
borderColor: "",
backgroundColor: "",
color: "",
_instanceName: `${model.name} Table`, _instanceName: `${model.name} Table`,
_children: [], _children: [],
}, },