index table - bold column headers
This commit is contained in:
parent
2e5c0d26d6
commit
3e5c64291f
|
@ -37,7 +37,7 @@ const tableProps = (index, indexSchema) => ({
|
||||||
{
|
{
|
||||||
"##eventHandlerType": "List Records",
|
"##eventHandlerType": "List Records",
|
||||||
parameters: {
|
parameters: {
|
||||||
indexKey:index.nodeKey(),
|
indexKey: index.nodeKey(),
|
||||||
statePath: index.name,
|
statePath: index.name,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -53,6 +53,7 @@ const columnHeaders = indexSchema =>
|
||||||
_component: "@budibase/standard-components/text",
|
_component: "@budibase/standard-components/text",
|
||||||
type: "none",
|
type: "none",
|
||||||
text: col.name,
|
text: col.name,
|
||||||
|
formattingTag: "<b> - bold",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in New Issue