-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c2f3cd
commit 97e06c1
Showing
12 changed files
with
178 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,34 +64,84 @@ export default function Data() { | |
return { | ||
rawData: [ | ||
{ | ||
Name: "John Doe", | ||
Age: 30, | ||
Email: "[email protected]", | ||
City: "New York", | ||
id: 1, | ||
name: "Historic Estate", | ||
location: "Jaffna", | ||
date: "Sun, 03 Sep 2023 18:30:04 GMT", | ||
contactNumbers: ["0774698456", "0768596489"], | ||
price: "Rs.250000", | ||
}, | ||
{ | ||
Name: "Jane Smith", | ||
Age: 28, | ||
Email: "[email protected]", | ||
City: "Los Angeles", | ||
id: 2, | ||
name: "Seaview Bungalow", | ||
location: "Trincomalee", | ||
date: "Wed, 30 Aug 2023 18:30:07 GMT", | ||
contactNumbers: ["0774698459", "0768596492"], | ||
price: "Rs.190000", | ||
}, | ||
{ | ||
Name: "Bob Johnson", | ||
Age: 35, | ||
Email: "[email protected]", | ||
City: "Chicago", | ||
id: 3, | ||
name: "Ancient Property", | ||
location: "Anuradhapura", | ||
date: "Wed, 30 Aug 2023 18:30:05 GMT", | ||
contactNumbers: ["0774698457", "0768596490"], | ||
price: "Rs.120000", | ||
}, | ||
{ | ||
Name: "Alice Brown", | ||
Age: 25, | ||
Email: "[email protected]", | ||
City: "San Francisco", | ||
id: 4, | ||
name: "Mountain View Property", | ||
location: "Kandy", | ||
date: "Wed, 30 Aug 2023 18:30:01 GMT", | ||
contactNumbers: ["0774698453", "0768596486"], | ||
price: "Rs.150000", | ||
}, | ||
{ | ||
Name: "What", | ||
Age: "am", | ||
Email: "I", | ||
City: "doing?", | ||
id: 5, | ||
name: "Hillside Property", | ||
location: "Nuwara Eliya", | ||
date: "Thu, 24 Aug 2023 18:30:09 GMT", | ||
contactNumbers: ["0774698461", "0768596494"], | ||
price: "Rs.120000", | ||
}, | ||
{ | ||
id: 6, | ||
name: "Seaside Paradise", | ||
location: "Galle", | ||
date: "Sat, 19 Aug 2023 18:30:02 GMT", | ||
contactNumbers: ["0774698454", "0768596487"], | ||
price: "Rs.200000", | ||
}, | ||
{ | ||
id: 7, | ||
name: "Beachfront Villa", | ||
location: "Negombo", | ||
date: "Thu, 10 Aug 2023 18:30:03 GMT", | ||
contactNumbers: ["0774698455", "0768596488"], | ||
price: "Rs.180000", | ||
}, | ||
{ | ||
id: 8, | ||
name: "Riverside Land", | ||
location: "Matara", | ||
date: "Fri, 04 Aug 2023 18:30:08 GMT", | ||
contactNumbers: ["0774698460", "0768596493"], | ||
price: "Rs.80000", | ||
}, | ||
{ | ||
id: 9, | ||
name: "Lakefront Retreat", | ||
location: "Batticaloa", | ||
date: "Thu, 03 Aug 2023 18:30:06 GMT", | ||
contactNumbers: ["0774698458", "0768596491"], | ||
price: "Rs.150000", | ||
}, | ||
{ | ||
id: 10, | ||
name: "Prime Lands", | ||
location: "Colombo", | ||
date: "Sun, 30 Jul 2023 18:30:00 GMT", | ||
contactNumbers: ["0774698452", "0768596485"], | ||
price: "Rs.100000", | ||
}, | ||
], | ||
columns: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.