Description

Creates a table body <tbody>

Usage

as element:
<table:body
       [infinite-scrolling="{boolean}"]
       [query="{string}"]
       [platform="{object}"]>
</table:body>

Parameters

ParamTypeDetails
infinite-scrolling (optional)booleanWhether infiniteScrolling should be enabled. (Not supported when using results instead of response in table:result-list)
query (optional)stringThe name of the query used for infinite scrolling or load more. (Not supported when using results instead of response in table:result-list)
platform (optional)objectThe platform object used for infinite scrolling or load more. (Not supported when using results instead of response in table:result-list)