Custom Table Data for table component cq5.5
Hello,
I have a table component I have made that I want to include code at the beginning, but also be editable. For table data I have the following code
<button onclick="cecontrol('row') ">–/+</buton>
<table border=" 0" cellspacing="0" cellpadding="1" width="100%" id="row">
I can put that in, and it works until it is edited. Once it is edited the first line is deleted and the id="row" is deleted. Is there a way to code it so that is always included in that component?