I’m too new in using this,
I want every time I add 1 row below, the data that is filled by default is the data from the top row
is that possible? because when I try to use afterCreateRow I’m confused to fill the data in a new row
Thank You
I’m too new in using this,
I want every time I add 1 row below, the data that is filled by default is the data from the top row
is that possible? because when I try to use afterCreateRow I’m confused to fill the data in a new row
Thank You
Here you can find an example how to do this: https://jsfiddle.net/aszymanski/vsc98abt/10/
When you add a new row from contextMenu it will automatically fill with the data that you set in setDataAtCell method.