Hey folks,
I am working on a web project ,One of the features include user can desgin a html Table and allow user split or merge cells feel free,(i am using jquery for my project).any one can help me?
Thanks!
Hey folks,
I am working on a web project ,One of the features include user can desgin a html Table and allow user split or merge cells feel free,(i am using jquery for my project).any one can help me?
Thanks!
I'm not sure what you need help with. You need to set or remove the colspan attribute on a TD element.
I would use a small class to keep the attributes of the table in question and then as required rewrite the InnerHTML of it. While it sounds simple to adjust the colspan attribute of a td element this does not allow you to add columns or rows. it only allows you to extend the column or row you have.