Similar to classic Cucumber (Ruby version), Cucumber-JVM should support data tables with headings placed along the side. For example ``` gherkin Then the monetary amounts are: | project total | $1,000.00 | | proposed project total | $3,000.00 | | proposed subtotal | $2,000.00 | ```