Class PageStateConstants.TableStateKeys
- Namespace
- Htmx.Components.State
- Assembly
- Htmx.Components.dll
Contains constant keys used for table-related page state management. These keys are used to store and retrieve table display and interaction state.
public static class PageStateConstants.TableStateKeys
- Inheritance
-
PageStateConstants.TableStateKeys
- Inherited Members
Fields
Partition
The partition key used to organize table-related state data. This helps separate table state from other types of page state.
public const string Partition = "Table"
Field Value
TableState
The key used to store the current table state including pagination, sorting, and filtering information. This maintains the user's table interaction preferences across requests.
public const string TableState = "TableState"