If a table returns null data from let’s say an outer join query it would be nice to format the null like in the reporting module.
table.props.column.nullFormat or even a table.props.nullFormat to apply across all columns.
The main reason for this request is when we defined column properties the table starts to show null in the table cells. If no columns are defined the cells are blank which is good.