tags:

views:

9

answers:

0

On cliking on the button the whole row should get duplicated.

Here is what I have done using normal JavaScript :

You can check the working of below code here ---> Duplicate the Row

function addRow() { var dataval= document.getElementById("dup").innerHTML; var x=document.getElementById('table').insertRow(0); x.innerHTML=dataval; }

Volvo Saab Fiat Audi Volvo Saab Fiat Audi

I want to build this kind of example on the panel in EXTJS. plzz help !!! I am just a beginner of EXTJS.[link text]