Can I embed a datatable within a datatable?

Can I embed a datatable within a datatable?

freeweaverfreeweaver Posts: 1Questions: 0Answers: 0
edited December 2011 in General
I'm working on a project that requires multiple detail rollouts, one of which has its own detail rollouts, so I was wondering if it was possible and practical to embed another datatable within a datatable, or am I better off just writing the html and javascript from scratch, and is there anything I'm going to need to look out for - like any elements I can't use?

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    There is no reason why you can't embed one DataTable inside a cell of another one. A typical use of this would be done with the fnOpen / fnClose "details" row.

    Allan
This discussion has been closed.