How Insert Row Below and fetch data from row above In Vue

Tags: #<Tag:0x00007f8b1d301308>

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

Hi @welldyrosman

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.