Is it possible to add sub table entry based on a grouping? if so where?
Here is what I want the output to look like.
> DATE (Group)
_____
V DATE (Group)
[] [] [] Field 1 | Field 2 | Field 3 | Field 4
[] [] [] $field1 | $field2 | $field3 | $field4
[] [] [] $field1 | $field2 | $field3 | $field4
.... etc
In this above example the left triangle is movable to 2 positions which either close or open the sub_list of the (Grouped by) variable pulled from the database.
In my table I have
id
date
field1
field2
field3
field4
I want to display when someone selects the widget "ALL from Table grouped by Date";
PHPrunner 5.2