$class_name
$class_name : string
table class attribute value.
Converts tabular data into an HTML Table string.
$xml_converter : \League\Csv\XMLConverter
convert(array|\Traversable $records, array<mixed,string> $header_record = array(), array<mixed,string> $footer_record = array())
Converts a tabular data collection into a HTML table string.
array|\Traversable | $records | The tabular data collection |
array<mixed,string> | $header_record | An optional array of headers outputted using the |
array<mixed,string> | $footer_record | An optional array of footers to output to the table using |