Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Make numeric columns return a number instead of a string when possible #332

Open
@Marc-Andre-Rivet

Description

@Marc-Andre-Rivet

Relates to #166 and to #297 specifically.

As currently implemented the table's numeric columns return a string when edited instead of a number. When capable of doing so the numeric type should return a number instead of expecting the on_change layer to handle the coercion.

As is, it is not possible to use on_change: { action: 'validate' } for these columns as the value is always a string.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions