This issue has been created
 
 
Inline Table LiveData / cid:jira-generated-image-avatar-cb24f979-a617-40cd-adf6-c6ff3991ce76 XLIT-16 Open

Nested tables aren't displayed

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-afc9dbe2-38e2-4027-82e0-67db8c5335e3 Dorian Ouakli created this issue on 04/Jul/25 03:17
 
Summary: Nested tables aren't displayed
Issue Type: cid:jira-generated-image-avatar-cb24f979-a617-40cd-adf6-c6ff3991ce76 Bug
Affects Versions: 0.0.10
Assignee: Unassigned
Created: 04/Jul/25 03:17
Priority: cid:jira-generated-image-static-major-966895fc-c294-45e6-b477-87388a2e159b Major
Reporter: Dorian Ouakli
Description:

Steps to reproduce:

Create a page with the following content:

{{livedata-inline-table}}
|=a|=b
|c|(((
|hello|table
|nested| 
| |Iam 
)))
|e|f|=a|=b
|c|(((
|hello|table
|nested| 
| |Iam 
)))
|e|f{{/livedata-inline-table}}

Expected result:
We can see the nested table inside the main table.

Actual result:
The cell containing the nested table is empty.