-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't workingrendererRelated to the final rendering (drawing) step of the table.Related to the final rendering (drawing) step of the table.
Milestone
Description
When I tried to use nested colspanx and rowspanx, it seems "ONE" is stacked in place, which is not what I expect.
#tablex(
columns: (auto, auto, auto, auto),
colspanx(4, rowspanx(3)[ONE]),
[TWO], [THREE], [FOUR], [FIVE],
)
Originally posted by @PgBiel in #104 (reply in thread)
tablex 0.0.7
NVIM v0.9.4
Build type: Release
LuaJIT 2.1.1702233742
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingrendererRelated to the final rendering (drawing) step of the table.Related to the final rendering (drawing) step of the table.