Within my react Dropdown component, there is currently a list view displayed when an item is selected. However, I am looking to modify it so that the items are arranged in a grid format with 3 items per row.
Sample Code:
import { Dropdown } from 'primereact/dropdown'
<Dropdown
options={companyOptions}
onChange={this.handleCompanyChange}
value={this.state.selectedCompanyTemp}
placeholder='---'
filter
className='filterbutton-company'
filterPlaceholder='Search company'
/>
For more information, please refer to: https://i.sstatic.net/1wsmT.png