Example #1
0
 /** Defines the columns of the table */
 public void columns(String... headers) {
   for (String header : headers) {
     // force lazy creation
     column(header);
   }
 }