Creates and HTML table
Creates a HTML table based on properties
The headers of the HTML table. A list of string separated by the comma.
The data to create the table from. This can be an array or an array of objects or and object
Choose between object or array.
Returns the HTML Table
Last updated 3 years ago