Class TableRefreshActionAttribute
- Namespace
 - Htmx.Components.Table.Internal
 
- Assembly
 - Htmx.Components.dll
 
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.
[AttributeUsage(AttributeTargets.Method)]
public class TableRefreshActionAttribute : Attribute
  - Inheritance
 - 
      
      
      TableRefreshActionAttribute
 
- 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 out-of-band updates for the table body, header, pagination, and action lists to reflect the new table state.