react-pivot
Version:
React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.
159 lines (158 loc) • 3.85 kB
JSON
[
{
"firstName": "Maximilian",
"lastName": "Batz",
"state": "IA",
"transaction": {
"amount": "232.44",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Money Market Account 6339",
"type": "payment",
"account": "35769003"
}
},
{
"firstName": "Maximilian",
"lastName": "Batz",
"state": "IA",
"transaction": {
"amount": "844.95",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Personal Loan Account 1911",
"type": "invoice",
"account": "96114189"
}
},
{
"firstName": "Maximilian",
"lastName": "Batz",
"state": "IA",
"transaction": {
"amount": "915.35",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Auto Loan Account 8132",
"type": "payment",
"account": "36399274"
}
},
{
"firstName": "Eloisa",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "966.56",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Auto Loan Account 1476",
"type": "withdrawal",
"account": "98066592"
}
},
{
"firstName": "Eloisa",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "55.12",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Credit Card Account 0023",
"type": "payment",
"account": "98973864"
}
},
{
"firstName": "Eloisa",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "610.28",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Credit Card Account 9832",
"type": "invoice",
"account": "90926087"
}
},
{
"firstName": "Maximilian",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "241.66",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Auto Loan Account 6912",
"type": "deposit",
"account": "95620480"
}
},
{
"firstName": "Maximilian",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "194.14",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Investment Account 8207",
"type": "deposit",
"account": "50966455"
}
},
{
"firstName": "Maximilian",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "929.97",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Personal Loan Account 6347",
"type": "deposit",
"account": "09871584"
}
},
{
"firstName": "Maximilian",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "582.79",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Savings Account 3041",
"type": "payment",
"account": "96258374"
}
},
{
"firstName": "Maximilian",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "541.77",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Checking Account 8401",
"type": "payment",
"account": "18814546"
}
},
{
"firstName": "Maximilian",
"lastName": "Prosacco",
"state": "IA",
"transaction": {
"amount": "956.97",
"date": "2012-02-02T08:00:00.000Z",
"business": "Cremin, Trantow and Metz",
"name": "Money Market Account 7685",
"type": "invoice",
"account": "24394090"
}
}
]