Skip to content

Inputs.table skips null values even with custom format callback #251

@mootari

Description

@mootari

In the following example

Inputs.table([{foo: 1, bar: null}], {
  format: {bar: JSON.stringify}
})

the format callback is never called, making it impossible to apply custom formatting to nullish values.

Please note that this issue is only concerned with the behavior when a custom format callback is provided. For changes to the default formatter see #164.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions