1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

index table - bold column headers

This commit is contained in:
Michael Shanks 2020-03-05 22:21:23 +00:00
parent 2e5c0d26d6
commit 3e5c64291f

View file

@ -37,7 +37,7 @@ const tableProps = (index, indexSchema) => ({
{
"##eventHandlerType": "List Records",
parameters: {
indexKey:index.nodeKey(),
indexKey: index.nodeKey(),
statePath: index.name,
},
},
@ -53,6 +53,7 @@ const columnHeaders = indexSchema =>
_component: "@budibase/standard-components/text",
type: "none",
text: col.name,
formattingTag: "<b> - bold",
},
],
}))