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

Empty and Error state entities DSL definition for table configuration.

Supports both inline and block syntax:

    # Inline
    empty_state message: "No sites found", icon: "hero-globe-alt"
    error_state message: "Failed to load"

    # Block
    empty_state do
      message "No sites found"
      icon "hero-globe-alt"
    end

# `empty_state_entity`

Returns the empty_state entity definition.

# `error_state_entity`

Returns the error_state entity definition.

---

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