Namespace Htmx.Components.Table.Internal
Classes
- TableEditActionAttribute
Internal attribute that marks action methods performing table editing operations. Used by the framework's TableOobEditFilter to automatically inject table row updates into out-of-band HTMX responses.
- TableOobEditFilter
Internal result filter that processes table edit actions to provide targeted out-of-band updates for edited table rows and related components. This filter is automatically applied to controller actions marked with TableEditActionAttribute.
- TableOobRefreshFilter
Internal result filter that processes table refresh actions to provide comprehensive out-of-band updates for all table components. This filter is automatically applied to controller actions marked with TableRefreshActionAttribute.
- TableRefreshActionAttribute
Internal attribute that marks action methods refreshing table data. Used by the framework's TableOobRefreshFilter to automatically inject complete table updates into out-of-band HTMX responses.