Using DataTable but without data row in results

Hi, I would like to know if there is a way to use the DataTable in my tests but the data for each row to be NOT in the title in the console (or reports) ?

ex: √ Test title abc… | {“MyCol1”:“1”,“MyCol2”:“2”,“MyCol3”:“3”}

I would like to have only : √ Test title abc…

Is it possible ?
Thanks a lot for this great framework !