- By default, the column names displayed in the app match the VariableNames property of the table array. Changing the ColumnName property of the Table UI component updates the UI, but it does not update the variable names in the table array.
App Designer Input Headers for Table
25 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello!
I have been searching for what I want, but have been unsecessful in finding it. I am building a tool in App Designer that allows someone to input a text file with row and columns of data. I have been able to get the data file imported using a button that allows you to select the file and places it in a table. What I want to be able to do is allow the user to enter the headers for the columns. Is there an easy way that this can be done?
Thanks!
0 Kommentare
Antworten (1)
Cris LaPierre
am 8 Jul. 2022
Bearbeitet: Cris LaPierre
am 8 Jul. 2022
You could set the 'VariableNames' property of the table passed to the uitable.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Tables finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!