Displaying master-detail user interfaces is possible with the <ReactDataGrid />
, which gives you all the tools to manage and display complex relationships between data.
By leveraging the
renderDetailsGrid function prop one can build very powerful master-details functionality, while not being limited by a strict API. See the code below for a fully working example.