API Reference
Class
TablerAuditLogCardSettings
Settings sub-builder for TablerAuditLogCard.
Inheritance
- Object
- TablerAuditLogCardSettings
Methods
public TablerAuditLogCardSettings Accent(TablerColor color) #Returns:
TablerAuditLogCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerAuditLogCardSettings Compact(Boolean enable = true) #Returns:
TablerAuditLogCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerAuditLogCard End() #Returns:
TablerAuditLogCardReturns control to the root card surface.
public TablerAuditLogCardSettings FillHeight(Boolean enable = true) #Returns:
TablerAuditLogCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerAuditLogCardSettings LoadingPlaceholder(Action<TablerPlaceholderCard> configure = null) #Returns:
TablerAuditLogCardSettingsAdds a typed skeleton surface for the audit log while the lazy DataTable initializes.
Parameters
- configure System.Action{HtmlForgeX.TablerPlaceholderCard} = null
public TablerAuditLogCardSettings MinColumnWidth(String value) #Returns:
TablerAuditLogCardSettingsSets the minimum width used by each summary chip column.
Parameters
- value System.String