Description
Creates a table body <tbody>
Usage
as element:
<table:body [infinite-scrolling="{boolean}"] [query="{string}"] [platform="{object}"]> </table:body>
Parameters
Param | Type | Details |
---|---|---|
infinite-scrolling (optional)
|
boolean | Whether infiniteScrolling should be enabled. (Not supported when using results instead of response in table:result-list) |
query (optional)
|
string | The 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)
|
object | The platform object used for infinite scrolling or load more. (Not supported when using results instead of response in table:result-list) |