Zoltán Laca
Results
1
comments of
Zoltán Laca
You must use addHeader() and addColumn() like this: ```php $table = new \LucidFrame\Console\ConsoleTable(); $header = ['ID', 'Name', 'Key', 'Status', 'Page count', '-']; $rows = [ [12345689, 'Kategória szövege sok-sok betű',...