Example of Detail Template in React Grid Component

/
/
DetailTemplate

This sample demonstrates the Grid component with the detail template feature. Click the expand button in each Grid row to show the detailed information about a row.

More Details...

Loading....
Description

The detail row template provides an additional information about a data row which can show or hide by clicking on expand or collapse button. The detailTemplate property accepts the template for the detail row.

In this demo, we have presented Employee Information with image in the detail row.


Injecting Module:

Grid component features are segregated into individual feature-wise modules. To use Detail row feature, we need to inject DetailRow module into the services