hi
we use
var editModel = {
clicksToEdit: 1,
};
When I copy multiple cell first like below
A
B
C
and paste into editing mode cell and then data will be set into just one cell with space like "A B C". (case 1)
If I grep any 2 more cell and paste the data will be set same as what I copied (case 2)
A
B
C
The question is if I paste into editing mode cell, I don't want to set data like "A B C" (case 1)
Do you have any way to express data row by row like case2?