Show empty cell in table
Opened this issue · 1 comments
korinekgergely commented
korinekgergely commented
It works in the code:
.overrideMappings([
{
type: MappingType.RegexToText,
options: {
pattern: '/null/',
result: {
index: 0,
text: '',
},
},
}