TableControl.setCollapsedRowStyle

Sets the inline CSS style applied to collapsed table rows; these are table rows displayed vertically when the device viewport is smaller than the breakpoint configured for the Collapse Breakpoint property. The class is applied to the tr tag which acts as the container for each row. Style is entered as for the HTML style parameter.

Further documentation.

This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.

Parameters

java.lang.String  collapsedRowStyle,