Page History
...
- Gate visibility with policy sets when needed.
- Use conditional display rules to show the collection only in valid contexts.
...
Dos &
...
Don’ts
| Do | Don’t |
|---|---|
| Give the component a meaningful display name for clear identification in the structure panel. | Leave a generic or misleading display name that obscures purpose. |
| Use the “first card loaded” event to start dependent logic after content appears. | Rely on timers or polling to guess when data is ready. |
| Choose a page size that aligns well with your column count (e.g., multiples) to avoid awkward partial rows. | Pick arbitrary page sizes that cut rows mid-scan. |
| Only set a column count when full-width grids are enabled (where the setting applies). | Set a column count while full-width is off, expecting it to affect layout. |
...