Is there a way to render table separator, just like in Symfony Console? ```php $table->addRow(new TableSeparator); ```