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

Allow for different types of input fields #1

Open
CraftingGamerTom opened this issue Jan 20, 2020 · 2 comments
Open

Allow for different types of input fields #1

CraftingGamerTom opened this issue Jan 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@CraftingGamerTom
Copy link
Owner

This is a multi feature issue

  • We need a way to mark columns for the type of field they should use (input, dropdown, etc)
  • Need a way for the table to properly get modified when edit mode enabled and disabled
  • Need a way to provide possible values for dropdown (and other field types)
  • Need to finalize the supported field type list (but code it in such a way we can add more later)
@CraftingGamerTom CraftingGamerTom added the enhancement New feature or request label Jan 20, 2020
@manishrao18
Copy link

Hi @CraftingGamerTom,

any sample for how to use dropdown and other input fields in edit mode.

onEdit: function(row) {// Set function to call when editing complete
// call API here.
// use 'row' element to access the columns.
},

@CraftingGamerTom
Copy link
Owner Author

Hi @manishrao18 , that feature is currently not supported. This story is a placemarker for it to be added. Unfortunately this project is not something I have prioritized so I'm not sure when it will be supported. If you would like to add support feel free to make a pull request to the repo.

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
None yet
Development

No branches or pull requests

2 participants