Is there an option to set column width in TableReportView
Hi,
Is there an option to set individual column width in the TableReportView options? We are using an HTML web report with the live report to show search results and need a way to expand a few columns and shrink others to fit in the column values and make them readable. Is there a document that details these options?
I am looking for something below highlighted
pageContext = new PageContext();
options = {
context: pageContext,
data: {
id: 198404,
title: 'Information Report',
header: false,
titleBarIcon: 'title-assignments',
sortBy: 'DataID',
columnswidth:[
{
name: 'org',
value: "300px"
},
sortOrder: 'desc',
parameters: [
{
name: 'org',
value: org_val
},
]
}
};
tableReportView = new TableReportView(options);
contentRegion.show(tableReportView);
pageContext.fetch();
}
Comments
-
duplicate post:
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 150 General Questions
- 148 Thrust Services
- 57 OpenText Hackathon
- 37 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 186 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories