这是我的JSON数据。我该如何在一天中对这些数据进行分页?
{
"15-02-2019": [
{
"id": 1,
"doctor_id": 1,
"appointment_date": "2019-02-15 11:00:00",
"created_at": null,
"updated_at": null
},
{
"id": 3,
"doctor_id": 1,
"appointment_date": "2019-02-15 21:00:00",
"created_at": null,
"updated_at": null
}
],
"16-02-2019": [
{
"id": 6,
"doctor_id": 1,
"appointment_date": "2019-02-16 09:00:00",
"created_at": null,
"updated_at": null
}
]
}
可以添加和减去这些数据。我尝试使用表格填充器,但是我做不到。