1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12: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: "",
_component: "@budibase/standard-components/datatable",
_component: "@budibase/standard-components/datagrid",
_styles: {
normal: {},
hover: {},
@ -100,10 +100,6 @@ const createScreen = model => ({
modelId: model._id,
isModel: true,
},
stripeColor: "",
borderColor: "",
backgroundColor: "",
color: "",
_instanceName: `${model.name} Table`,
_children: [],
},