Class TableEditActionAttribute
- Namespace
 - Htmx.Components.Table.Internal
 
- Assembly
 - Htmx.Components.dll
 
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.
[AttributeUsage(AttributeTargets.Method)]
public class TableEditActionAttribute : Attribute
  - Inheritance
 - 
      
      
      TableEditActionAttribute
 
- Inherited Members
 
- Extension Methods
 
Remarks
This is an internal framework attribute. Actions marked with this attribute should return a model that implements ITableModel. The filter will automatically generate the appropriate out-of-band updates for table rows and action lists based on the table model's state.