Dynamic Table using jQuery template

Dynamic Table using jQuery template

I am trying to create a dynamic table using jQuery template plugin....
both head & body will be created dynamically, even the column will b decided on runtime & will keep on changing...

I have tried to build a sample  http://jsfiddle.net/UVtNw/3/

the problem I am facing is each column is being generated 11 time.

I am unable to find why this s happening. Please help