Thread: Any One Help Me Regarding To yahoo Data Table
Any One Help Me Regarding To yahoo
Data Table
United States
2008-07-11 07:34:27
Actually I have an array.
I want to add run time Columns in my DataTable. For This I use
this.myDataTable.insertColumn({key: "",width: 80, sortable: true,
resizeable:true, label: "My" }, 2);
By This Columns are created but Values in this colmns are empty.
i have a output array like This
how can i show output value in particular column.