'Column Label' * @param string[] $aData Hash array. Data to display in the table: each row is made of 'column_id' => Data. A * column 'pkey' is expected for each row * @param array $aParams Hash array. Extra parameters for the table. * * @return void */ public function table($aConfig, $aData, $aParams = array()); }