Project-GC Lua Sandbox API
Loading...
Searching...
No Matches
CreateHTMLTable

Member Function Documentation

◆ CreateHTMLTable()

CreateHTMLTable ( $data)

Returns an HTML table created from the data you provide.

At this point, there are no options to design the table. Neither can headers be provided. It's WIP.

Parameters
array$data(required) An associative array of the data you want back as HTML.
Returns
string An HTML string with the data.