# `MishkaGervaz.Table.Dsl.Presentation`
[🔗](https://github.com/mishka-group/mishka_gervaz/blob/v0.0.1-alpha.3/lib/mishka_gervaz/table/dsl/presentation.ex#L1)

Presentation section DSL definition for table configuration.

Defines UI adapter, templates, theming, and responsive configuration.

## Templates vs UI Adapters

- **Template**: Defines the layout structure (Table, MediaGallery)
- **UIAdapter**: Defines the styling (Tailwind, custom adapters wrapping
  a component library)

Templates control WHERE things go (rows/columns vs cards vs thumbnails).
UI Adapters control HOW things look (colors, spacing, component styles).

# `section`

Returns the presentation section definition.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
