As linhas podem ser agrupadas de duas maneiras, usando o componente rowGroup ou com o atributo groupRow em uma coluna.
$render = '';
$resposta = '';
dc.cw("DataTable", "widget_tabela1", {
id: "tabela1"
, sorting: true
, multiSort: true
, sortMetaOrder: ['representante']
, groupColumnIndexes: []
, disableContextMenuIfEmpty: false
});
dc.cw("DataTable", "widget_tabela2", {
id: "tabela2"
, groupColumnIndexes: [0]
, disableContextMenuIfEmpty: false
});