Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gehtalles-de opened this issue Jun 18, 2023 · 2 comments
Closed

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

gehtalles-de opened this issue Jun 18, 2023 · 2 comments
Assignees
Labels
Enhancement New feature or request

Comments

@gehtalles-de
Copy link

gehtalles-de commented Jun 18, 2023

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.

@gehtalles-de gehtalles-de added the Enhancement New feature or request label Jun 18, 2023
@FalkWolsky
Copy link
Contributor

Thank you very much. You are right. The number input is a valuable addition and truly missing currently!

@FalkWolsky
Copy link
Contributor

We did add the Number Type a while ago...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

4 participants