0

I want to create a table by using a Table screen and the table should not include a column head.

However, if the Table screen does not include Answers with dummyAnswer="true", the screen is invalid.

Is there another possibility to create a table without a column head?

Bohemian
  • 412,405
  • 93
  • 575
  • 722

1 Answers1

2

You can disable the column header row by leaving all Answers in the column head empty. This means you have to make sure they do not contain a text attribute with a value ... all of them. If this is the case the header will not be displayed.

André Schäfer
  • 608
  • 5
  • 15