An HTML table element for displaying lists of data. The table can be bound to a variable to automatically update.
The name of the variable to bind the table to
Where to get the data for the table (to store in the variable)
Whether to include pagination controls for the table
The action(s) to execute when the page loads
The action(s) to execute whenever the data in the table needs to be updated (such as fetching data from an API)