We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60001b commit ef94b23Copy full SHA for ef94b23
2 files changed
examples/angular/column-pinning-sticky/src/app/app.component.ts
@@ -1,8 +1,4 @@
1
-import {
2
- Component,
3
- computed,
4
- signal,
5
-} from '@angular/core'
+import { Component, computed, signal } from '@angular/core'
6
import {
7
type Column,
8
type ColumnDef,
examples/react/grouping/src/main.tsx
@@ -18,8 +18,7 @@ import {
18
flexRender,
19
} from '@tanstack/react-table'
20
import { makeData } from './makeData'
21
-import type { ColumnDef ,
22
- GroupingState} from '@tanstack/react-table'
+import type { ColumnDef, GroupingState } from '@tanstack/react-table'
23
import type { Person } from './makeData'
24
25
const tableHelper = createTableHelper({
0 commit comments