Skip to content

Implement Editing feature #32

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

Open
catchmareck opened this issue Oct 27, 2023 · 0 comments
Open

Implement Editing feature #32

catchmareck opened this issue Oct 27, 2023 · 0 comments
Assignees

Comments

@catchmareck
Copy link
Member

catchmareck commented Oct 27, 2023

Functionalities:

  • Ability to customize the renderer responsible for the cell view in edit mode by providing a new class (by default we display a text input).
  • Ability to conditionally block edit mode - the 'editable' option should accept either a boolean or a function that returns a boolean based on some condition.
  • Value parser - the ability to transform the edited value (e.g., string => number).
  • Value setter - the ability to incorporate custom logic responsible for saving the edited value.
  • Row/cell edit mode - the ability to choose to edit the entire row or just a single cell.
@l-michalik l-michalik linked a pull request Nov 29, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants