Skip to content

DataTable string formatters no longer applied conditionally based on value #843

Open
@lsmith

Description

@lsmith

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions