I have an editor table that shows order details from an orderdetails table (multiple entries for an order).
The first cell of the table is the order number and instead of repeating the same ordernumber on every line I want to show it for the first iteration but show a blank cell for any other rows that follow.
Is there a way to accomplish this with Editor?
Thanks