core/data-grid/user-preferences-configuration-strategy.service.ts
Stores data grid configuration in form of user preferences.
Methods |
constructor(userPreferencesService: UserPreferencesService, context: UserPreferencesGridConfigContext, contextProvider: GridConfigContextProvider, legacyGridMapperService: LegacyGridConfigMapperService)
|
|||||||||||||||
|
Parameters :
|
| getConfig$ | ||||||
getConfig$(context?: UserPreferencesGridConfigContext)
|
||||||
|
Parameters :
Returns :
Observable<GridConfig>
|
| isContextKnown |
isContextKnown()
|
|
Returns :
boolean
|
| saveConfig$ | |||||||||
saveConfig$(config: GridConfig, context?: UserPreferencesGridConfigContext)
|
|||||||||
|
Parameters :
Returns :
Observable<GridConfig>
|