Hi, I want only allow to create new row if the last row is not empty.
So I using beforeCreateRow and isEmptyRow to check the last row is empty or not.
But when I paste multi row, it’s only paste the first row. How can I do that ?
http://jsfiddle.net/TonyNguyen001/9omcp5jL/6/
Thanks in advance !