flutter how to add in table row and column?
how to display ProgramDayTable horizontal and ProgramDayTable display vertical as in the table below.
The problem is that I have tried all methods and have not reached a solution.
how to show child object at the bottom parent column
maybe i asking the same question that solved before, but i didn’t get the right keyword for it. so i have a datatable that i want to show list with another list on it as child. i want to show the child right at the bottom of their parent. but the code that i use right now make it shown the list of all parent first (after it finish) then show the child. can you have any referral to solved problem with same question or can you help me to show the right way to solve it. thanks in advance and sorry for my broken english.
here my code