tablecomponent added last (#3655)

* tablecomponent_legacy

* Update sets.ts
This commit is contained in:
Ruben Fiszel
2024-05-01 10:29:06 +02:00
committed by GitHub
parent 047d89d14e
commit 2ab9056744
2 changed files with 3 additions and 3 deletions
@@ -1772,7 +1772,7 @@ This is a paragraph.
}
},
tablecomponent: {
name: 'Table',
name: 'TanStack Table',
icon: Table2,
documentationLink: `${documentationBaseUrl}/table`,
dims: '3:10-6:10' as AppComponentDimensions,
@@ -78,12 +78,12 @@ const display: ComponentSet = {
const tables: ComponentSet = {
title: 'Tables',
components: [
'tablecomponent',
'aggridcomponent',
'aggridcomponentee',
'dbexplorercomponent',
'aggridinfinitecomponent',
'aggridinfinitecomponentee'
'aggridinfinitecomponentee',
'tablecomponent'
]
} as const