Example #1
0
 /**
  * @return array
  */
 public function renderInternal()
 {
     $controller = GeneralUtility::makeInstance('TYPO3\\CMS\\CssStyledContent\\Controller\\CssStyledContentController');
     $controller->cObj = $this->contentObject;
     $this->renderMode = Configuration::getTableMode();
     $htmlTable = $controller->render_table();
     $tableData = $this->parseHtmlTable($htmlTable);
     return $this->getTable($tableData);
 }