I am working on a web project, one of the features include user can design a html table and allow user split or merge cells feel free, (I am using jQuery for my project). Can anyone help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.