Skip to content

table responsiveness #190

Open
Open
@sanakalam

Description

@sanakalam

Is there any way that tableview auto-set width as per device-width:
right now I am using below code to set width but I want match parent like property for width. Is there any way to handle width?
tableColumnModel.setColumnWidth(0, 0); //code
tableColumnModel.setColumnWidth(1, 150); // subject
tableColumnModel.setColumnWidth(2, 90);//type

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions