Open
Description
Bug introduced in 0b48532#src/datatable/js/body.js
When a column is declared with a string formatter
and an emptyCellValue
, the emptyCellValue
should be applied when the field value for that column is null
, undefined
, or the empty string. This is missing test coverage, which explains the regression.
This is manifest in the DataTable with checkboxes example.