Display Data Table

Creates and HTML table

Description

Creates a HTML table based on properties

Properties

Headers

The headers of the HTML table. A list of string separated by the comma.

Data

The data to create the table from. This can be an array or an array of objects or and object

Type

Choose between object or array.

Returns

Returns the HTML Table

Last updated