| Attributes |
| Name | Required | Request-time | Type | Description |
| displayStyle | false | true | java.lang.String | The display style for the component. Options are table, descriptive, or icon. |
| fixedHeader | false | true | java.lang.String | Whether to fix the table header to the top of page when scrolling. The default value is false. |
| markupView | false | true | java.lang.String | No Description |
| paginate | false | true | boolean | Whether to add a liferay-ui:search-paginator to the search container. The default value is true. |
| resultRowSplitter | false | true | java.lang.String | No Description |
| searchContainer | false | true | java.lang.String | All configurable properties of the search container, such as cur and curParam. These properties are set with searchContainer.getCur() and searchContainer.getCurParam() respectively. |
| searchResultCssClass | false | true | java.lang.String | A CSS class for styling the component. |
| type | false | true | java.lang.String | A type of iterator to display. Options are approximate, article, more, and regular. |