PhoenixKitWeb.Live.Modules.Entities.DataNavigator (phoenix_kit v1.6.3)

View Source

LiveView for browsing and managing entity data records. Provides table view with pagination, search, filtering, and bulk operations.

Summary

Functions

format_data_preview(data)

get_entity_name(entities, entity_id)

get_entity_slug(entities, entity_id)

handle_event(binary, arg2, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

handle_info(arg, socket)

Callback implementation for Phoenix.LiveView.handle_info/2.

handle_params(params, url, socket)

Callback implementation for Phoenix.LiveView.handle_params/3.

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.

status_badge_class(status)

status_icon(status)

status_label(status)

truncate_text(text, length \\ 100)