Multiple rows for one record

Multiple rows for one record

outofsaleoutofsale Posts: 2Questions: 0Answers: 0
edited April 2014 in General
Hi,

I am new to DataTables, and want to know if it is possible to have a record with several columns, some of which have multiple rows. For example, a person usually has unique name (single row for column 'Name'), but he might have a few checking accounts (several rows for column 'Accounts'), still the person is considered one record here.

Thanks a lot.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    This is the closest DataTables comes to that at the moment: http://datatables.net/release-datatables/examples/advanced_init/row_grouping.html

    Allan
  • outofsaleoutofsale Posts: 2Questions: 0Answers: 0
    Great, that works.

    Thanks
This discussion has been closed.