Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 385 Bytes

The purpose is to make an adaptable report that may have mixed columns

##Define a Report class with properties for common columns (title, date, and author) and an array for dynamic columns. ##The addColumn method allows you to add custom columns to the report. ##The generateReport method constructs the report content by combining common and dynamic columns. class Report