mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
feat(Table): improve expanded row (#2485)
This commit is contained in:
5
src/runtime/types/table.d.ts
vendored
5
src/runtime/types/table.d.ts
vendored
@@ -11,3 +11,8 @@ export interface TableColumn {
|
||||
rowClass?: string
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
export interface Expanded<T> {
|
||||
openedRows: T[]
|
||||
row: T | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user