File tree Expand file tree Collapse file tree 3 files changed +823
-19
lines changed
apps/react/tables/libraries/AgGrid/marketing-spend-demo Expand file tree Collapse file tree 3 files changed +823
-19
lines changed Original file line number Diff line number Diff line change 22
33import Header from '@/components/header/header'
44import Sidebar from '@/components/sidebar/sidebar'
5+ import { TableComponent } from './table-component'
56
67export default function DocumentCanvas ( ) {
78 return (
89 < div className = "flex flex-col w-full h-full" >
910 < Header />
1011 < div className = "flex flex-1 overflow-hidden" >
1112 < Sidebar />
12- < div className = "flex-1 p-4" >
13- < div className = "w-full h-full border rounded-lg bg-card p-4" >
14- < h2 className = "text-2xl font-bold mb-4" > marketing-spend-demo</ h2 >
15- < p className = "text-muted-foreground mb-2" >
16- < strong > Framework:</ strong > react
17- </ p >
18- < p className = "text-muted-foreground mb-2" >
19- < strong > Document:</ strong > tables
20- </ p >
21- < p className = "text-muted-foreground mb-2" >
22- < strong > Implementation:</ strong > libraries
23- </ p >
24- < p className = "text-muted-foreground mb-2" >
25- < strong > Library/Solution:</ strong > AgGrid
26- </ p >
27- < div className = "mt-8 p-4 border rounded" >
28- < p > Start building your AgGrid integration here!</ p >
29- </ div >
13+ < div className = "flex-1 overflow-auto" >
14+ < div className = "flex items-center justify-center min-h-full p-8" >
15+ < TableComponent />
3016 </ div >
3117 </ div >
3218 </ div >
You can’t perform that action at this time.
0 commit comments