I added a table like in image 1 into CKEditor, then I used appendHtml to export it to a DOC file, but the table borders are missing as shown in image 2. What should I do?
here is ckeditor html:
<ol> <li> <span new=\"\"><strong><u>TSBĐ bao gồm:</u></strong></span> </li> </ol> <figure class=\"\"table\"\"> <figure class=\"table\"> <table border=\"\"1\"\" cellspacing=\"\"0\"\" cellpadding=\"\"0\"\"> <tbody> <tr> <td width=\"\"34\"\"> <p> <span new=\"\"><strong>TT</strong></span> </p> </td> <td width=\"\"160\"\"> <p> <span new=\"\"><strong>Loại TSBĐ</strong></span> </p> </td> <td width=\"\"96\"\"> <p> <span new=\"\"><strong>Chủ sỡ hữu</strong></span> </p> </td> <td width=\"\"96\"\"> <p> <span new=\"\"><strong>Giá trị định giá</strong></span> </p> </td> <td colspan=\"\"2\"\" width=\"\"60\"\"> <p> <span new=\"\"><strong>Tỷ lệ BĐ đề xuất</strong></span> </p> </td> </tr> <tr> <td width=\"\"34\"\"> <p> <span new=\"\">1</span> </p> </td> <td solid=\"\" width=\"\"160\"\"> <p> <span new=\"\">TSĐB bổ sung là STK/HĐTG/BĐ</span> </p> </td> <td solid=\"\" width=\"\"96\"\"> <p> <span new=\"\">Công ty / TVGV/ vợ/ chồng/ quan hệ ruột thịt với TVGV công ty</span> </p> </td> <td solid=\"\" colspan=\"\"3\"\" width=\"\"156\"\"> <p> <span new=\"\">Theo quy định </span> </p> </td> </tr> <tr> <td width=\"\"34\"\"> <p> <span new=\"\">2</span> </p> </td> <td solid=\"\" width=\"\"160\"\"> <p> <span new=\"\">Quyền đòi nợ hình thành trong tư</span> </p> </td> <td solid=\"\" width=\"\"96\"\"> <p> <span new=\"\">Công ty</span> </p> </td> <td solid=\"\" colspan=\"\"2\"\" width=\"\"103\"\"> <p> <span new=\"\">Là giá trị tr</span> </p> </td> <td solid=\"\" width=\"\"53\"\"> <p> <span new=\"\"><strong>70%</strong> </span> </p> </td> </tr> <tr> <td width=\"\"34\"\"> <p> <span new=\"\">3</span> </p> </td> <td solid=\"\" width=\"\"160\"\"> <p> <span new=\"\">Nhận kèm theo hàng tồn kho luân chuyển hình thành từ </span> </p> </td> <td solid=\"\" colspan=\"\"4\"\" width=\"\"252\"\"> <p> <span new=\"\">Tài sản nhận kèm, không tính giá trị phát vay</span> </p> </td> </tr> <tr> <td width=\"\"34\"\"> <p> <span new=\"\">4</span> </p> </td> <td solid=\"\" width=\"\"160\"\"> <p> <span new=\"\">Thư bảo lãnh của </span> </p> </td> <td solid=\"\" colspan=\"\"4\"\" width=\"\"252\"\"> <p> <span new=\"\">Tài sản nhận kèm, không làm cơ sở giải ngân</span> </p> </td> </tr> </tbody> </table> </figure> </figure>