anshooarora / extentreports-csharp

Community version of Extent API for .NET has moved to https://github.com/extent-framework/
http://extentreports.com/
Other
47 stars 43 forks source link

Modifying categories table headers #104

Closed brknlpr closed 6 years ago

brknlpr commented 6 years ago

Hi,

Is there any way to configure the namings of headers of the categories table on dashboard programmatically ? image

Extent Reports version 3.0.2

anshooarora commented 6 years ago

Yes, you can use JavaScript to change these.

Either extent-config.xml or HTML reporter.Configuration().JS.

brknlpr commented 6 years ago

thanks for the answer