Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feat]: Add a number column type to the table component #217

Closed
@gehtalles-de

Description

@gehtalles-de

Is your feature request related to a problem? Please describe.
I have a table column containing numbers that I want to make editable. The column type selection is missing a number type. Therefore, I have no way of making sure that the user input will be a number. This is a very important functionality because having editable numbers in tables is very common.

Describe the solution you'd like

  • Having a number column type that restricts the user input to number values.
  • Having number options like precision, stepper buttons etc.
  • Having the possibility to chose meta types like currency, percent etc. (these could also be implemented as their own column types)

Describe alternatives you've considered
Imho there's no other way to solve this without a native implementation.

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions