'Flutter datatable with splited rows

Hi every one Flutter Guru,

I am trying to create a data table in which I will put the daily collected eggs of the farm. I collect the eggs sometimes 3 times a day, sometimes more than 3 times. The table will contain the date of the collecte, the number of collected eggs for each time and the total number of eggs collected for each date. The layout should be like below:

Date of collecte Hour of collecte Number of eggs Total
April 16, 2022 08H10 10
14H25 23 41
18H05 8
-------------------------------------------------------------
April 17, 2022 09H00 19
13H45 23 42
-------------------------------------------------------------

Howto do that in Flutter datatable? Thanks for all. A.KOTE



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source