feat: implement persistent AG Grid column state
This commit is contained in:
@@ -16,4 +16,7 @@ export const fullPageStore = create<FullPageStoreState>((set) => ({
|
||||
|
||||
privileges: [],
|
||||
setPrivileges: (privileges) => set({ privileges }),
|
||||
|
||||
tableConfig: null,
|
||||
setTableConfig: (config) => set({ tableConfig: config }),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user