HBSDataTable
Dynamically generates a table from remote sourced data. Supports sorting, pagination, and multiple data types. Requires the JSON response to be in this format `{ data: [...columnList], metadata: { totalCount, pageCount, currentPage, pageSize} }`. Refer to GET /api/students for backend example response. Refer to 'Process Response Example' if you need to conform the response to this format.
In Data/Displaying