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

I want to submit the changed cell value. #306

Open
jhhwang53 opened this issue Apr 29, 2021 · 3 comments
Open

I want to submit the changed cell value. #306

jhhwang53 opened this issue Apr 29, 2021 · 3 comments
Labels

Comments

@jhhwang53
Copy link

hi, I have a question.
can I submit the changed data of cell?
For example, is it impossible to submit contents such as selecting a value different from the existing value of select in cell or checking the check box?

@ota-meshi
Copy link
Member

Thank you for this question.
You can listen to change events and monitor changes.

grid.listen(cheetahGrid.ListGrid.EVENT_TYPE.CHANGED_VALUE, (args) => {/**/});

@jhhwang53
Copy link
Author

jhhwang53 commented Apr 29, 2021

Thank you for this question.
You can listen to change events and monitor changes.

grid.listen(cheetahGrid.ListGrid.EVENT_TYPE.CHANGED_VALUE, (args) => {/**/});

Thank you for your answer.
Is it possible to merge Cells?

@ota-meshi
Copy link
Member

I think you can use the following options.
However, you cannot merge multiple record rows.

https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_layout/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants