--- title: BoxFieldTable component (Deprecated) slug: '1207' canonical_url: https://docs.coveo.com/en/1207/ collection: coveo-for-salesforce source_format: adoc --- # BoxFieldTable component (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version [5.2](https://docs.coveo.com/en/n5bj0150#august-2023-release-v5-2-initial-release). This component is meant to be included inside a [ResultList component](https://coveo.github.io/search-ui/components/resultlist.html). It inherits from a [FieldTable component](https://coveo.github.io/search-ui/components/fieldtable.html), 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`. ```xml
``` Where you can replace `` by the title that should be displayed when the field table is expanded. ### minimizedTitle Specifies the title that should be displayed when the field table is minimized. The default value is `more`. ```xml
``` Where you can replace `` by the title that should be displayed when the field table is minimized. ### allowMinimization Allows end users to minimize the field table. When set to `false`, the table is always expanded. The default value is `true`. ```xml
``` ## Methods This component doesn't provide any methods. ## Usage ```xml
```