I have two detail tables that I would like to format. The I don't believe the formatting can be done with just CSS. The requirements I have are as follows:
- Limit the width of the detail tables within a certain number of columns of the parent grid. In HTML, this is easy to set the colspan property, but I can't find the setting I can use for this.
- Line the detail tables up next to one another horizontally.
- The two detail tables should be within 50% of the allotted space.