how set width column in table app designer
Show older comments
hi,
you see in this pics: column A(date), column B(number), column C(number)
i don't know the max of "number" columns(B,C,,)
In the first column i set width to {90}
But i want in the 2,3,4... columns set width to 30.
How can i do it?

[app.UITableFilteredTable.Data]=Table_HistoricalTable_Struct(app.Eq);
x=repmat({90},1,height(app.UITableFilteredTable.Data));
app.UITableFilteredTable.ColumnWidth =x;
app.UITableFilteredTable.ColumnName ={};
4 Comments
Dyuman Joshi
on 1 Aug 2023
"i don't know the max of "number" columns(B,C,)"
Then how did you define the table?
pipin
on 1 Aug 2023
pipin
on 1 Aug 2023
Dyuman Joshi
on 1 Aug 2023
What is the input you provide to this function?
Accepted Answer
More Answers (0)
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!