Customize
Easily customize how Coconut Grid is used in your org. Coconut Grid is available in several forms that can be added to apps or pages depending on your use case.
Coconut Grid tab
A main application tab that opens the Coconut Grid Visualforce page. Use this when you want to provide a full-page grid experience directly in the Salesforce app.
Coconut Grid Item LWC component
A Lightning Web Component that embeds Coconut Grid Item in a Lightning page. Drag it onto any Lightning App Builder page (e.g., Record Page, Home Page, App Page) to show the grid inline.
Properties:
Item ID – required field to specify the Item to display in the grid.
Tab ID – optional field to load a specific tab.
Height – optional field to control the component’s height (in pixels or CSS units).
Coconut Grid Item Visualforce component
A Visualforce component for embedding a specific Coconut Grid Item. Use this when you need to display or work with a single grid item inside Classic pages or custom Visualforce layouts.
Properties:
Item ID – required field to specify the Item to display in the grid.
Tab ID – optional field to load a specific tab.
Height – optional field to control the component’s height (in pixels or CSS units).
Last updated