future-architect/cheetah-grid

I want to submit the changed cell value.

jhhwang53 opened this issue · 3 comments

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?

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 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?

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/