To use our Datagrid, you do not need to pass an array of data or a JSON configuration to a single element. Instead, we leverage
a pure declarative API, just like any other Angular component. You write your HTML just as you would for a basic table,
with a
*ngFor
(or
*clrDgItems
, see Smart iterator) on the rows to iterate over your data.