fix(theming): Fix ag-grid theming regression in SQL Lab (#34675)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-13 16:21:47 -07:00
committed by GitHub
parent bce476c4a2
commit d79fc92a1a
26 changed files with 520 additions and 113 deletions

View File

@@ -17,7 +17,10 @@
* under the License.
*/
// All ag grid sort related stuff
import { GridState, SortModelItem } from 'ag-grid-community';
import {
GridState,
SortModelItem,
} from '@superset-ui/core/components/ThemedAgGridReact';
import { SortByItem } from '../types';
const getInitialSortState = (sortBy?: SortByItem[]): SortModelItem[] => {