Hi, I have a table name and date
name |
date |
paul |
01/10/2023 |
paul |
05/10/2023 |
mary |
01/11/2023 |
mary |
05/10/2023 |
jane |
01/12/2023 |
I need a dynamic table so i couldshow the total date-date(now) and expand to see each date-date(now), is it possible?
name |
date-date(now) |
paul |
15 |
mary |
35 |
jane |
30 |
and then expand:
name |
date-date(now) |
paul |
10 |
paul |
5 |
mary |
20 |
mary |
15 |
jane |
30 |
is it possible?