Cinder.Filters.Select (Cinder v0.7.2)

View Source

Select dropdown filter implementation for Cinder tables.

Provides single-select filtering with configurable options and prompts.

Summary

Functions

Handles selecting an option in the single-select filter.

Functions

handle_select_option(socket, field, value)

Handles selecting an option in the single-select filter.

This function should be called from the parent LiveView/LiveComponent to handle the "select_option" event.