BoxFieldTable component
BoxFieldTable component
This component is meant to be included inside a ResultList component.
It inherits from a FieldTable component
, and adds options useful in a Box interface.
Options
expandedTitle
Specifies the title that should be displayed when the field table is expanded.
The default value is less
.
<div data-expanded-title='<MY_EXPANDED_TITLE>'></div>
Where you can replace <MY_EXPANDED_TITLE>
by the title that should be displayed when the field table is expanded.
Was this article useful?
Thanks for your feedback!