
Originally Posted by
jaksamun
hi
i have problem with dynamic tabel.
i created a dynamic tabel by javascript, that i wanted to add some dynamic controls to it.
until now, i just can add textbox and dropdown to it.
i want to add texterea, checkbox,... to my daynamic tabel. how can i?
thanks
*table
Your question is unclear.
Please provide more information, and be as specific as possible.
- What do you want to accomplish?
- What have you already tried?
- What problems did you encounter?
Please be sure that you have included all relevant code and/or a link to the page in question.
You might also consider making a
reduced test case using an online tool like
jsfiddle
What, exactly, do you want your controls to do?
If you've already created a table via javascript (presumably using createElement()), then what is preventing you from creating a textarea or checkbox in the same way?
Bookmarks