This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
numeric columns return a number instead of a string when possible #332
Relates to #166 and to #297 specifically.
As currently implemented the table's
numericcolumns return a string when edited instead of a number. When capable of doing so thenumerictype 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.