ColumnStatePersistenceService class

A service for persisting and restoring column configurations during the session.

This service handles saving and loading column state configurations (width, visibility, and pin status), allowing users' custom column configurations to persist when the table is resized or rebuilt.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

loadColumnState({String? tableId}) Map<int, ColumnState>?
Loads column state from the in-memory cache.
saveColumnState(Map<int, ColumnState> columnState, {String? tableId}) → void
Saves column state to the in-memory cache.