这是indexloc提供的服务,不要输入任何密码
Skip to content

rowspanx prints overlapping cell #105

@mangkoran

Description

@mangkoran

When I tried to use nested colspanx and rowspanx, it seems "ONE" is stacked in place, which is not what I expect.

image

#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 workingrendererRelated to the final rendering (drawing) step of the table.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions