Multiple Child rows?

Multiple Child rows?

RookRook Posts: 1Questions: 1Answers: 0

Is it possible to display multiple child rows per parent row, based on returned data from the query?

I am building an order-status page for a small e-comm site. Each parent row is an order, and each order will have one or more Items. Each Item may have it's own status (Waiting, Shipped, etc). Is it possible to leverage DataTables to allow editing of those Item lines so that individual Status columns can be edited and saved?

I may need to display a main table of Orders, and then, when clicked, shunt the user to another page with a new Table of Items. Not sure of the architecture just yet, but any all-in-one-page code suggestions would be helpful.

This discussion has been closed.