The rendering of tables is broken when the last row is a footer row with bold.
This table below has a simple last row with all cells in bold.
This last row is not displayed at all.
This breaks a lot of our Twiki apps and is a releaser blocker.
--
TWiki:Main.KennethLavrsen
- 20 Dec 2007
Tried to disable the
TablePlugin
This makes the last row show. So reassigning to
TablePlugin
--
TWiki:Main.KennethLavrsen
- 20 Dec 2007
My guess is that the row is recognized as header row, but not added to the list of footer rows because param
footerrows
is not set.
--
TWiki:Main.ArthurClemens
- 20 Dec 2007