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.
TableColumnSchemaSlots
1 parent ac1ddfb commit 84d6575Copy full SHA for 84d6575
src/_internal/table/index.ts
@@ -5,7 +5,7 @@ export interface DefaultRow {
5
}
6
7
export type TableColumnSchemaSlots<RawSlots> = {
8
- [K in keyof RawSlots]: RawSlots[K]
+ [K in keyof RawSlots]?: RawSlots[K]
9
} & {
10
[K: string]: (data: any) => VNodeChild
11
0 commit comments