didn’t define the col counts by order
expected result in this demo: Tab 1: 3 columns;Tab 2: 6 columns;Tab 3:12 columns; https://snippet.webix.com/o41aq36b
I have a question, when paste some values to a range cells,trigger which event, I need to know the current values and old values after paste ,thank you a lot!
3)User may paste a range of cells or multiple rows/columns,I need to know these pasted cells’ rowIndex and colIndex rather than compare all cell’s data to get them, how can I do that by a easy way?
new 1)when number format is defined to be Percent, I need to show 5% rather than 500% when user keyin 5 and limit a min value and max value, thanks.