speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
293 stars 36 forks source link

Rowspan/Colspan bug #481

Closed Demosteneus closed 1 year ago

Demosteneus commented 1 year ago

Hello,

I think there is another issue with rowspan / colspan.

This time something simpler:

The below example1.zip (layout.xml and data.xml) works and produces below output: image

But if I want to span also row3 cell1 to row3 cell2 (see example2.zip) this fails with error: tabular.lua:1251: attempt to index a nil value (local 'current')

example1.zip example2.zip

pgundlach commented 1 year ago

Thank you very much for your report. I will take a look.