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...
the problem I am facing is each column is being generated 11 time.
I am unable to find why this s happening. Please help