-
-
Notifications
You must be signed in to change notification settings - Fork 915
Open
Labels
<table>Issues with table renderingIssues with table renderingbugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug:
Table
with nested div
elements does not show the correct content!
HTML to reproduce the issue
<table>
<tbody><tr class="def_row df_div1">
<td>
<div class="def_fl">
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">1.</div>
<div class="df_cr_w">[British History]Same as the Great R-</div>
</div>
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">2.</div>
<div class="df_cr_w">[American History]Same as the Civil War</div>
</div>
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">3.</div>
<div class="df_cr_w">an attempt to remove a government or leader by force</div>
</div>
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">4.</div>
<div class="df_cr_w">a refusal to obey your leader, especially in politics; opposition to someone in authority or to accepted ways of doing things</div>
</div>
<div class="gl_none" id="id_clps_homo0">
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">1.</div>
<div class="df_cr_w">[British History]Same as the Great R-</div>
</div>
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">2.</div>
<div class="df_cr_w">[American History]Same as the Civil War</div>
</div>
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">3.</div>
<div class="df_cr_w">an attempt to remove a government or leader by force</div>
</div>
<div class="de_li1 de_li3">
<div class="se_d b_primtxt">4.</div>
<div class="df_cr_w">a refusal to obey your leader, especially in politics; opposition to someone in authority or to accepted ways of doing things</div>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
Html
widget configuration
Html(
data: data,
shrinkWrap: true,
customRenders: {
tableMatcher(): tableRender(),
},
style: style
)
Expected behavior
Show completely table content
Screenshots
Correct content Screenshots
Tips
html
content is not corresponded with the screenshots!
fabianotavallini and spydon
Metadata
Metadata
Assignees
Labels
<table>Issues with table renderingIssues with table renderingbugSomething isn't workingSomething isn't working
Projects
Status
Todo