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

Display different input in edit mode #3

Open
benoitverstraete opened this issue Feb 27, 2020 · 0 comments
Open

Display different input in edit mode #3

benoitverstraete opened this issue Feb 27, 2020 · 0 comments

Comments

@benoitverstraete
Copy link

Hi !

Is it possible to override the input of a cell ? I would like to display a date input (with the little arrow that let the user select a date in a calendar) for a given cell, based on a Date value in the data.

  data: [
      ['Date', 'Data1', 'Data2', 'Data3'],
      [new Date(2020, 2,5), 'b3ba90', '7c95f7', '9a3853'],
      [new Date(2020, 2,6), 'ec0b78', 'ba045d', 'ecf03c'],
      [new Date(2020, 2,7), '63788d', 'a8c325', 'aab418']
    ],

Same question for a "select" input (based on a list of countries (id/name) for example).

Thanks a lot for your work and your support.

@benoitverstraete benoitverstraete changed the title Display different inputs Display different inputs in edit mode Feb 27, 2020
@benoitverstraete benoitverstraete changed the title Display different inputs in edit mode Display different input in edit mode Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant