[Homepage] Table View
Some checks failed
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Failing after 3m25s

- implemented home view table and added checkbox component
This commit is contained in:
Onur Arslan
2023-11-24 19:06:38 +01:00
parent 3075144244
commit 2e82186e6d
3 changed files with 100 additions and 48 deletions

View File

@@ -3,6 +3,7 @@
import { NoDataOverlay } from "@/components/noDataOverlay";
import SummaryDetails from "@/components/summary_card";
import CustomTable from "@/components/table";
import {HomeDummyData, HomeTableConfig} from "@/mock/home";
export default function Home() {
return (
@@ -15,7 +16,7 @@ export default function Home() {
<div>
<h4>Home View Table</h4>
<CustomTable data={[]} configuration={[]} />
<CustomTable data={HomeDummyData} configuration={HomeTableConfig} />
</div>
<div>