pub fn make_numeric_input<T: NumericType>(
    ctx: &mut BuildContext<'_>,
    column: usize,
    value: T,
    editable: bool
) -> Handle<UiNode>